Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Qwen1.5_vllm
Commits
c6a37f4c
Commit
c6a37f4c
authored
Jun 13, 2024
by
zhuwenwen
Browse files
update readme
parent
ffb20103
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
c6a37f4c
...
@@ -149,7 +149,7 @@ curl http://localhost:8000/v1/completions \
...
@@ -149,7 +149,7 @@ curl http://localhost:8000/v1/completions \
"temperature": 0
"temperature": 0
}'
}'
```
```
或者使用
[
vllm/examples/openai_completion_client.py
](
https://developer.hpccube.com/codes/OpenDAS/vllm/-/blob/
675c0abe47eb9d29c126fbecda86fd5801162eba
/examples/openai_completion_client.py
)
或者使用
[
vllm/examples/openai_completion_client.py
](
https://developer.hpccube.com/codes/OpenDAS/vllm/-/blob/
df6349c78b49a5b8f6f600d0d9490791cd1d32ee
/examples/openai_completion_client.py
)
### OpenAI Chat API和vllm结合使用
### OpenAI Chat API和vllm结合使用
...
@@ -164,7 +164,7 @@ curl http://localhost:8000/v1/chat/completions \
...
@@ -164,7 +164,7 @@ curl http://localhost:8000/v1/chat/completions \
]
]
}'
}'
```
```
或者使用
[
vllm/examples/openai_chatcompletion_client.py
](
https://developer.hpccube.com/codes/OpenDAS/vllm/-/blob/
675c0abe47eb9d29c126fbecda86fd5801162eba
/examples/openai_chatcompletion_client.py
)
或者使用
[
vllm/examples/openai_chatcompletion_client.py
](
https://developer.hpccube.com/codes/OpenDAS/vllm/-/blob/
df6349c78b49a5b8f6f600d0d9490791cd1d32ee
/examples/openai_chatcompletion_client.py
)
## result
## result
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment