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 140599b commit e7d6380Copy full SHA for e7d6380
tests/unit_test.py
@@ -1987,7 +1987,6 @@ def test_get_cluster_no_mcad(mocker):
1987
assert cluster_config.min_cpus == 1 and cluster_config.max_cpus == 1
1988
assert cluster_config.min_memory == "2G" and cluster_config.max_memory == "2G"
1989
assert cluster_config.num_gpus == 0
1990
- assert cluster_config.instascale
1991
assert (
1992
cluster_config.image
1993
== "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"
0 commit comments