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 c34c5f0 commit 20024c7Copy full SHA for 20024c7
content/learning-paths/servers-and-cloud-computing/milvus-rag/launch_llm_service.md
@@ -86,7 +86,7 @@ You can utilize the `llama.cpp` server program and send requests through an Open
86
Start the server from the command line, and it listens on port 8080:
87
88
```bash
89
-./llama-server -m dolphin-2.9.4-llama3.1-8b-Q4_0_8_8.gguf -n 2048 -t 64 -c 65536 --port 8080
+./build/bin/llama-server -m dolphin-2.9.4-llama3.1-8b-Q4_0_8_8.gguf -n 2048 -t 64 -c 65536 --port 8080
90
```
91
92
The output from this command should look like:
0 commit comments