From eb54e30f343251767ec0a2cb10da2684b896718f Mon Sep 17 00:00:00 2001 From: Thomas Neu <81517187+th-neu@users.noreply.github.com> Date: Fri, 5 May 2023 14:22:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6ec2d..d24bad5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ python3 -m llama_cpp.server Windows ```cmd pip install llama-cpp-python[server] -SET MODEL=\models\7B\ggml-model.bin +SET MODEL=..\models\7B\ggml-model.bin python3 -m llama_cpp.server ```