mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[Infra][release/0.21] - waive failed tests (#5537)
Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
parent
312fd47f84
commit
e2054bb2aa
@ -544,6 +544,7 @@ def llm_for_sampling_params():
|
||||
llm.shutdown()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugs/5362398")
|
||||
@pytest.mark.part0
|
||||
def test_user_specify_workspace():
|
||||
user_specified_ws_path = '/tmp/specified_workspace'
|
||||
@ -612,6 +613,7 @@ def test_generate_with_SamplingConfig(llm_for_sampling_params: LLM,
|
||||
assert len(output.outputs) == sampling_params.n
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugs/5362398")
|
||||
@force_ampere
|
||||
@pytest.mark.part0
|
||||
def test_generate_with_seed(llm_for_sampling_params: LLM):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user