mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[https://nvbugs/5745152][fix] Unwaive gpt oss spec decode test (#10370)
Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com>
This commit is contained in:
parent
7a2dab8e85
commit
91ff46d418
@ -4398,11 +4398,6 @@ class TestGPTOSS(LlmapiAccuracyTestHarness):
|
||||
"https://nvbugs/5636916: Remaining Hopper Eagle Accuracy Issue for only TP=4"
|
||||
)
|
||||
|
||||
if not one_model and overlap_scheduler:
|
||||
pytest.skip(
|
||||
"https://nvbugs/5745152: two_model + overlap_scheduler can sometimes time out."
|
||||
)
|
||||
|
||||
MAX_OUTPUT_LEN = 128179
|
||||
MAX_INPUT_LEN = 32768
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user