Skip to content

Commit fb67012

Browse files
authored
Removes Arm shape from the list supported by the evaluation. (#743)
2 parents 24e787f + 68e4dbb commit fb67012

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ads/aqua/evaluation.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,11 +1392,6 @@ def load_evaluation_config(self, eval_id):
13921392
"memory_in_gbs": 128,
13931393
"block_storage_size": 200,
13941394
},
1395-
"VM.Standard.A1.Flex": {
1396-
"ocpu": 8,
1397-
"memory_in_gbs": 128,
1398-
"block_storage_size": 200,
1399-
},
14001395
},
14011396
"default": {
14021397
"ocpu": 8,

0 commit comments

Comments
 (0)