Skip to content

Commit 20024c7

Browse files
committed
fixing path
1 parent c34c5f0 commit 20024c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/milvus-rag/launch_llm_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can utilize the `llama.cpp` server program and send requests through an Open
8686
Start the server from the command line, and it listens on port 8080:
8787

8888
```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
89+
./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
9090
```
9191

9292
The output from this command should look like:

0 commit comments

Comments
 (0)