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
Qwen3.6_vllm
Commits
f842f435
Commit
f842f435
authored
Apr 18, 2026
by
raojy
💬
Browse files
Update README.md
parent
347262c4
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 @
f842f435
...
@@ -57,7 +57,7 @@ docker run -it \
...
@@ -57,7 +57,7 @@ docker run -it \
#### 单机推理
#### 单机推理
```
bash
```
bash
## serve启动
## serve启动
vllm serve
/public/home/raojy/project/model_code/qwen36
\
vllm serve
Qwen/Qwen3.6-35B-A3B
\
--port
8001
\
--port
8001
\
--trust-remote-code
\
--trust-remote-code
\
--dtype
bfloat16
\
--dtype
bfloat16
\
...
@@ -68,7 +68,7 @@ vllm serve /public/home/raojy/project/model_code/qwen36 \
...
@@ -68,7 +68,7 @@ vllm serve /public/home/raojy/project/model_code/qwen36 \
## client访问
## client访问
curl
-X
POST
"http://localhost:8001/v1/chat/completions"
-H
"Content-Type: application/json"
-d
'{
curl
-X
POST
"http://localhost:8001/v1/chat/completions"
-H
"Content-Type: application/json"
-d
'{
"model": "
/public/home/raojy/project/model_code/qwen36
",
"model": "
Qwen/Qwen3.6-35B-A3B
",
"messages": [
"messages": [
{"role": "system", "content": "你是一个有用的助手。"},
{"role": "system", "content": "你是一个有用的助手。"},
{"role": "user", "content": "你好,请做一下简单的自我介绍。"}
{"role": "user", "content": "你好,请做一下简单的自我介绍。"}
...
...
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