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 6238894 commit a6ca29aCopy full SHA for a6ca29a
tests/constants_test.py
@@ -93,8 +93,8 @@
93
TEST_APPLICATION_VERSION_USE_LATEST_FALLBACK_SKIP = True
94
95
PIPELINE_GPU_TYPE = "A100"
96
- PIPELINE_GPU_PROVISIONING_MODE = "FLEX_START"
97
- PIPELINE_GPU_FLEX_START_MAX_RUN_DURATION_MINUTES = 60
+ PIPELINE_GPU_PROVISIONING_MODE = "SPOT"
+ PIPELINE_GPU_FLEX_START_MAX_RUN_DURATION_MINUTES = None
98
PIPELINE_NODE_ACQUISITION_TIMEOUT_MINUTES = 30
99
PIPELINE_MAX_GPUS_PER_SLIDE = 1
100
PIPELINE_CPU_PROVISIONING_MODE = "SPOT"
0 commit comments