mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
chores: unwaive a few tests for v1.0 (#6107)
Signed-off-by: Erin Ho <14718778+hchings@users.noreply.github.com>
This commit is contained in:
parent
21efb50068
commit
de60ae47e3
@ -137,7 +137,6 @@ def test_llmapi_quickstart_atexit(llm_root, engine_dir, llm_venv):
|
||||
llm_venv.run_cmd([str(script_path)])
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugs/5375671")
|
||||
@pytest.mark.skip_less_device_memory(80000)
|
||||
def test_llmapi_speculative_decoding_mtp(llm_root, engine_dir, llm_venv):
|
||||
_run_llmapi_example(llm_root, engine_dir, llm_venv,
|
||||
@ -145,7 +144,6 @@ def test_llmapi_speculative_decoding_mtp(llm_root, engine_dir, llm_venv):
|
||||
f"{llm_models_root()}/DeepSeek-V3-Lite/bf16")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugs/5375671")
|
||||
@pytest.mark.skip_less_device_memory(80000)
|
||||
def test_llmapi_speculative_decoding_eagle3(llm_root, engine_dir, llm_venv):
|
||||
_run_llmapi_example(llm_root, engine_dir, llm_venv,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user