Skip to content

Commit

Permalink
Update for MoE examples PR vllm-project#192
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Sep 23, 2024
1 parent 28abda4 commit 5d27928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/examples/test_quantizing_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def test_doc_example_command(self, example_dir: str, tmp_path: Path):
"deepseek_moe_w4a16.py",
marks=pytest.mark.skip(reason="exceptionally long run time"),
),
pytest.param("deepseek_moe_w8a8.py"),
pytest.param("deepseek_moe_w8a8_fp8.py"),
pytest.param("deepseek_moe_w8a8_int8.py"),
],
)
def test_deepseek_example_script(
Expand Down

0 comments on commit 5d27928

Please sign in to comment.