This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
docker build -f Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .
154
154
docker run -d --name vllm \
155
155
--network="host" \
156
- vllm-cpu-env --model Qwen/Qwen2.5-Coder-0 .5B-Instruct
156
+ vllm-cpu-env --model Qwen/Qwen2.5-Coder-1 .5B-Instruct
157
157
158
158
- name : Verify the vllm container is running
159
159
run : |
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
echo -e "\nVerify the completions endpoint works\n"
171
171
curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d '{
172
- "model": "Qwen/Qwen2.5-Coder-0 .5B-Instruct",
172
+ "model": "Qwen/Qwen2.5-Coder-1 .5B-Instruct",
173
173
"prompt": ["How to make pizza"],
174
174
"max_tokens": 100,
175
175
"temperature": 0
@@ -179,7 +179,7 @@ jobs:
179
179
curl -X POST http://localhost:8000/v1/chat/completions \
180
180
-H "Content-Type: application/json" \
181
181
-d '{
182
- "model": "Qwen/Qwen2.5-Coder-0 .5B-Instruct",
182
+ "model": "Qwen/Qwen2.5-Coder-1 .5B-Instruct",
183
183
"messages": [
184
184
{"role": "system", "content": "You are a coding assistant."},
185
185
{"role": "user", "content": "Hello"}
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ testcases:
160
160
"role":"user"
161
161
}
162
162
],
163
- "model":"Qwen/Qwen2.5-Coder-0 .5B-Instruct",
163
+ "model":"Qwen/Qwen2.5-Coder-1 .5B-Instruct",
164
164
"stream":true,
165
165
"temperature":0
166
166
}
@@ -173,7 +173,7 @@ testcases:
173
173
url : http://127.0.0.1:8989/vllm/completions
174
174
data : |
175
175
{
176
- "model": "Qwen/Qwen2.5-Coder-0 .5B-Instruct",
176
+ "model": "Qwen/Qwen2.5-Coder-1 .5B-Instruct",
177
177
"max_tokens": 4096,
178
178
"temperature": 0,
179
179
"stream": true,
You can’t perform that action at this time.
0 commit comments