tperes commited on
Commit
41a77e0
·
verified ·
1 Parent(s): 2030b09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -121,13 +121,13 @@ print(output_text)
121
 
122
  ## Running with vLLM
123
  ```py
124
- vllm serve Writer/palmyra-mini-thinking-b
125
  ```
126
  ```py
127
  curl -X POST http://localhost:8000/v1/chat/completions \
128
  -H "Content-Type: application/json" \
129
  -d '{
130
- "model": "Writer/palmyra-mini-thinking-b",
131
  "messages": [
132
  {
133
  "role": "user",
 
121
 
122
  ## Running with vLLM
123
  ```py
124
+ vllm serve Writer/palmyra-mini
125
  ```
126
  ```py
127
  curl -X POST http://localhost:8000/v1/chat/completions \
128
  -H "Content-Type: application/json" \
129
  -d '{
130
+ "model": "Writer/palmyra-mini",
131
  "messages": [
132
  {
133
  "role": "user",