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
Qwen2.5_vllm
Commits
1a4d07ae
Commit
1a4d07ae
authored
Aug 16, 2025
by
laibao
Browse files
更新README.md,修正示例文件路径以反映新的目录结构。
parent
5578a427
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 @
1a4d07ae
...
...
@@ -179,7 +179,7 @@ curl http://localhost:8000/v1/completions \
}'
```
或者使用
[
examples/openai_completion_client.py
](
examples/openai_completion_client.py
)
或者使用
[
examples/
online_serving/
openai_completion_client.py
](
examples/
online_serving/
openai_completion_client.py
)
### OpenAI Chat API和vllm结合使用
...
...
@@ -196,7 +196,7 @@ curl http://localhost:8000/v1/chat/completions \
}'
```
或者使用
[
examples/openai_chatcompletion_client.py
](
examples/openai_chatcompletion_client.py
)
或者使用
[
examples/
online_serving/
openai_chat
_
completion_client.py
](
examples/
online_serving/
openai_chat
_
completion_client.py
)
### **gradio和vllm结合使用**
...
...
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