[Update] Increase memory size for CPU job of VOLC Runner (#1962)

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

* [Update] Increase memory size for CPU job of VOLC Runner
This commit is contained in:
Linchen Xiao 2025-03-24 11:21:14 +08:00 committed by GitHub
parent 8a5029b121
commit 64128916d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ 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'
elif num_gpus == 2: