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 db09cdf commit 11ba90fCopy full SHA for 11ba90f
tests/unit_test.py
@@ -2013,7 +2013,6 @@ def test_get_cluster_no_mcad(mocker):
2013
assert cluster_config.min_cpus == 1 and cluster_config.max_cpus == 1
2014
assert cluster_config.min_memory == "2G" and cluster_config.max_memory == "2G"
2015
assert cluster_config.num_gpus == 0
2016
- assert cluster_config.instascale
2017
assert (
2018
cluster_config.image
2019
== "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"
0 commit comments