Update README.md

This commit is contained in:
Thomas Neu
2023-05-05 14:22:41 +02:00
committed by GitHub
parent 952ba9ecaf
commit eb54e30f34

View File

@@ -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
```