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 f7df354 commit bc9b84eCopy full SHA for bc9b84e
test/srt/run_suite.py
@@ -80,9 +80,9 @@ class TestFile:
80
TestFile("test_vlm_accuracy.py", 60),
81
TestFile("test_vision_openai_server.py", 637),
82
TestFile("test_w8a8_quantization.py", 46),
83
+ TestFile("models/lora/test_lora_cuda_graph.py", 250),
84
],
85
"per-commit-2-gpu": [
- TestFile("models/lora/test_lora_cuda_graph.py", 250),
86
TestFile("models/lora/test_lora_tp.py", 116),
87
TestFile("test_data_parallelism.py", 73),
88
TestFile("test_dp_attention.py", 137),
0 commit comments