We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db30a2b commit 58cd657Copy full SHA for 58cd657
README.md
@@ -52,7 +52,7 @@ This allows you to use ggllm.cpp to inference falcon models with any OpenAI comp
52
To install the server package and get started:
53
54
```bash
55
-python3 -m llama_cpp.server --model models/7B/ggml-model.bin
+python3 -m falcon_cpp.server --model models/7B/ggml-model.bin
56
```
57
58
Navigate to [http://localhost:8000/docs](http://localhost:8000/docs) to see the OpenAPI documentation.
0 commit comments