mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[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:
parent
8a5029b121
commit
64128916d0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user