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 991437d commit cf7128aCopy full SHA for cf7128a
README.md
@@ -29,7 +29,7 @@ wget https://huggingface.co/sanjay920/Llama-3-8b-function-calling-alpha-v1.gguf/
29
./llama-server -ngl 37 -m Llama-3-8b-function-calling-alpha-v1.gguf --port 1234 --host 0.0.0.0 -c 8000 --chat-template llama3
30
```
31
32
-5. Test to make sure the server is available:
+5. Test the server, make sure it is available:
33
```bash
34
curl localhost:1234/v1/chat/completions \
35
-H "Content-Type: application/json" \
0 commit comments