Skip to content

Commit

Permalink
Fix typo {your_ip} to {host_ip} (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratool Bharti <[email protected]>
  • Loading branch information
nithi-i and pbharti0831 authored Aug 8, 2024
1 parent 88eeb0d commit ad8ca88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ curl http://${host_ip}:9009/generate \

```bash
# vLLM Service
curl http://${your_ip}:9009/v1/completions \
curl http://${host_ip}:9009/v1/completions \
-H "Content-Type: application/json" \
-d '{"model": "Intel/neural-chat-7b-v3-3", "prompt": "What is Deep Learning?", "max_tokens": 32, "temperature": 0}'
```
Expand Down

0 comments on commit ad8ca88

Please sign in to comment.