Skip to content

Commit

Permalink
Update compute yaml to cpu-mid
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuobasho committed Dec 8, 2023
1 parent 46c1cac commit e5fc04a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions codegen_model_comparison/cloud/compute.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
$schema: https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json
name: gpu-buck50
type: computeinstance
size: Standard_NC16as_T4_v3
idle_time_before_shutdown_minutes: 15
tier: low_priority
$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json
name: cpu-mid
type: amlcompute
size: Standard_E8s_v3
min_instances: 0
max_instances: 2
idle_time_before_scale_down: 15
location: australiaeast

0 comments on commit e5fc04a

Please sign in to comment.