Skip to content

Commit 93f69f0

Browse files
committed
remove 25 3 deepseek examples
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 11d23fa commit 93f69f0

File tree

3 files changed

+0
-186
lines changed

3 files changed

+0
-186
lines changed

examples/quantizing_moe/deepseekv2_5_example.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

examples/quantizing_moe/deepseekv3_example.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

tests/examples/test_quantizing_moe.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ def test_doc_example_command(self, example_dir: str, tmp_path: Path):
4343
@pytest.mark.parametrize(
4444
"script_filename",
4545
[
46-
pytest.param(
47-
"deepseekv2_5_example.py",
48-
marks=pytest.mark.skip(reason="exceptionally long run time"),
49-
),
5046
pytest.param(
5147
"deepseekv3_example.py",
5248
marks=pytest.mark.skip(reason="exceptionally long run time"),

0 commit comments

Comments
 (0)