Skip to content

Commit

Permalink
doc: add missing ' in README.md codeblock (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder authored Jul 25, 2024
1 parent 30d95b7 commit 2792e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/text-generation/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ bash launch_microservice.sh
curl http://${your_ip}:9000/v1/chat/completions \
-X POST \
-d '{"query":"What is Deep Learning?","max_new_tokens":17,"top_p":0.95,"temperature":0.01,"streaming":false}' \
-H 'Content-Type: application/json
-H 'Content-Type: application/json'
```

0 comments on commit 2792e28

Please sign in to comment.