We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e719a1b commit d0670ddCopy full SHA for d0670dd
tests/integration/defs/accuracy/test_llm_api_pytorch.py
@@ -2430,7 +2430,6 @@ class TestCodestral_22B_V01(LlmapiAccuracyTestHarness):
2430
MODEL_NAME = "mistralai/Codestral-22B-v0.1"
2431
MODEL_PATH = f"{llm_models_root()}/Codestral-22B-v0.1"
2432
2433
- @pytest.mark.timeout(2400)
2434
@pytest.mark.skip_less_device_memory(80000)
2435
def test_auto_dtype(self):
2436
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.6)
0 commit comments