mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
fix:https://nvbugs/5362398 (#5609)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
This commit is contained in:
parent
77288d3671
commit
d0b3d2ac65
@ -1,5 +1,6 @@
|
||||
import asyncio
|
||||
import datetime
|
||||
import gc
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
@ -547,7 +548,6 @@ 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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user