[Perf] Enable Flashinfer autotune by default (#14357)

This commit is contained in:
elvischenv
2025-12-16 23:01:39 -08:00
committed by GitHub
parent 2bdbaef18e
commit 435d1c83c1
7 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
)
FULL_DEEPSEEK_V3_FP4_MODEL_PATH = "nvidia/DeepSeek-V3-0324-FP4"
SERVER_LAUNCH_TIMEOUT = 1000
SERVER_LAUNCH_TIMEOUT = 1200
class TestDeepseekV3FP4(CustomTestCase):