Update README.md
This commit is contained in:
parent
952ba9ecaf
commit
eb54e30f34
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ python3 -m llama_cpp.server
|
||||||
Windows
|
Windows
|
||||||
```cmd
|
```cmd
|
||||||
pip install llama-cpp-python[server]
|
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
|
python3 -m llama_cpp.server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue