Skip to content

Commit f2062f9

Browse files
wip
Signed-off-by: wenxindongwork <[email protected]>
1 parent 587c14f commit f2062f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_data_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_data_parallelism_correctness(
179179
"""
180180
os.environ['SKIP_JAX_PRECOMPILE'] = '1'
181181
os.environ['VLLM_XLA_CHECK_RECOMPILATION'] = '0'
182-
model_name = "meta-llama/Llama-3.2-1B-Instruct"
182+
model_name = "Qwen/Qwen2.5-1.5B-Instruct"
183183
# Use a smaller subset of prompts for correctness testing
184184
small_prompts = test_prompts[:10]
185185

0 commit comments

Comments
 (0)