Update README.md
Browse files
README.md
CHANGED
|
@@ -121,13 +121,13 @@ print(output_text)
|
|
| 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",
|
|
|
|
| 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",
|