diff --git a/opencompass/runners/volc.py b/opencompass/runners/volc.py index a01f7cac..37cd441b 100644 --- a/opencompass/runners/volc.py +++ b/opencompass/runners/volc.py @@ -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: