Skip to content

Commit cf7128a

Browse files
committed
update words
1 parent 991437d commit cf7128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wget https://huggingface.co/sanjay920/Llama-3-8b-function-calling-alpha-v1.gguf/
2929
./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
3030
```
3131

32-
5. Test to make sure the server is available:
32+
5. Test the server, make sure it is available:
3333
```bash
3434
curl localhost:1234/v1/chat/completions \
3535
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)