We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a843dc6 commit 4c89ee2Copy full SHA for 4c89ee2
jenkins/L0_Test.groovy
@@ -806,6 +806,7 @@ def getPytestBaseCommandLine(
806
"LLM_MODELS_ROOT=${MODEL_CACHE_DIR}",
807
"MODEL_CACHE_DIR=${MODEL_CACHE_DIR}",
808
"COLUMNS=400",
809
+ "CUDA_LAUNCH_BLOCKING=1",
810
extraInternalEnv,
811
portEnvVars,
812
pytestUtil,
tests/integration/test_lists/test-db/l0_b300.yml
@@ -16,4 +16,4 @@ l0_b300:
16
backend: pytorch
17
tests:
18
# ------------- PyTorch tests ---------------
19
- - unittest/_torch/modules # 300s only for debugging!!!! don't merge
+ - unittest/_torch/modules -k "test_fused_moe_nvfp4_gptoss_style or test_fused_moe_w4a8_nvfp4_fp8" # 300s only for debugging!!!! don't merge
0 commit comments