MCPcopy Create free account
hub / github.com/OpenPipe/ART / test_only_inference_gpu_ids

Function test_only_inference_gpu_ids

tests/unit/test_dedicated_config.py:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def test_only_inference_gpu_ids():
54 with pytest.raises(ValueError, match="must both be set or both unset"):
55 validate_dedicated_config(InternalModelConfig(inference_gpu_ids=[1]))
56
57
58def test_empty_trainer_gpu_ids():

Callers

nothing calls this directly

Calls 2

InternalModelConfigClass · 0.90

Tested by

no test coverage detected