[Update] Increase memory size for CPU job of VOLC Runner

This commit is contained in:
MaiziXiao 2025-03-19 08:42:23 +00:00
parent 26c5f64946
commit 6b4772df3a

View File

@ -256,7 +256,6 @@ class VOLCRunner(BaseRunner):
with open(config_path) as fp:
volc_cfg = yaml.safe_load(fp)
if num_gpus <= 0:
# flavor = 'ml.c3i.2xlarge'
flavor = 'ml.r3i.2xlarge'
elif num_gpus == 1:
flavor = 'ml.pni2l.3xlarge'