Skip to content

Commit 224a486

Browse files
committed
refine
Signed-off-by: Dylan Chen <[email protected]>
1 parent 6a2ecbc commit 224a486

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/unittest/_torch/speculative/test_eagle3.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
import sys
44
import tempfile
5+
import unittest
56
from pathlib import Path
67
from unittest.mock import patch
78

@@ -381,8 +382,5 @@ def test_multi_eagle3(use_one_model: bool):
381382
pass
382383

383384

384-
# if __name__ == "__main__":
385-
# # unittest.main()
386-
387-
# # "use_cuda_graph,attn_backend,disable_overlap_scheduler,enable_block_reuse,use_one_model,enable_chunked_prefill,use_chain_drafter,multi_batch",
388-
# # test_llama_eagle3(True, "TRTLLM", False, True, True, True, False, False)
385+
if __name__ == "__main__":
386+
unittest.main()

0 commit comments

Comments
 (0)