Skip to content

Commit d0670dd

Browse files
fredricz-20070104crazydemo
authored andcommitted
remove unnecessary timeout issues
Signed-off-by: FredricZ-2007 <[email protected]>
1 parent e719a1b commit d0670dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,6 @@ class TestCodestral_22B_V01(LlmapiAccuracyTestHarness):
24302430
MODEL_NAME = "mistralai/Codestral-22B-v0.1"
24312431
MODEL_PATH = f"{llm_models_root()}/Codestral-22B-v0.1"
24322432

2433-
@pytest.mark.timeout(2400)
24342433
@pytest.mark.skip_less_device_memory(80000)
24352434
def test_auto_dtype(self):
24362435
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.6)

0 commit comments

Comments
 (0)