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

This commit is contained in:
MaiziXiao 2025-03-19 08:42:12 +00:00
parent 0b7f76e193
commit 26c5f64946

View File

@ -256,7 +256,8 @@ 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.c3i.2xlarge'
flavor = 'ml.r3i.2xlarge'
elif num_gpus == 1:
flavor = 'ml.pni2l.3xlarge'
elif num_gpus == 2: