Skip to content

Commit b2c7446

Browse files
Use Qwen 1.5b for e2e DP test (#1105)
1 parent df7c0d3 commit b2c7446

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
@@ -12,7 +12,7 @@
1212
@pytest.fixture
1313
def model_name():
1414
"""Small model for faster testing."""
15-
return "meta-llama/Llama-3.2-1B-Instruct"
15+
return "Qwen/Qwen2.5-1.5B-Instruct"
1616

1717

1818
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)