We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c14f commit f2062f9Copy full SHA for f2062f9
tests/e2e/test_data_parallel.py
@@ -179,7 +179,7 @@ def test_data_parallelism_correctness(
179
"""
180
os.environ['SKIP_JAX_PRECOMPILE'] = '1'
181
os.environ['VLLM_XLA_CHECK_RECOMPILATION'] = '0'
182
- model_name = "meta-llama/Llama-3.2-1B-Instruct"
+ model_name = "Qwen/Qwen2.5-1.5B-Instruct"
183
# Use a smaller subset of prompts for correctness testing
184
small_prompts = test_prompts[:10]
185
0 commit comments