Skip to content

Commit

Permalink
removing NC series from computes allow list (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmann authored Jan 31, 2024
1 parent 15b6de0 commit 8cd6b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions assets/models/system/microsoft-phi-1-5/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ properties:
evaluation-min-sku-spec: 4|0|28|56
evaluation-recommended-sku: Standard_DS4_v2, Standard_DS5_v2, Standard_DS12_v2, Standard_NC6s_v3, Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24rs_v3, Standard_ND40rs_v2, Standard_ND96asr_v4
finetuning-tasks: text-generation
finetune-min-sku-spec: 12|2|224|672
finetune-recommended-sku: Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24rs_v3, Standard_ND40rs_v2, Standard_ND96asr_v4
finetune-min-sku-spec: 40|8|672|2900
finetune-recommended-sku: Standard_ND40rs_v2, Standard_ND96asr_v4
tags:
Preview: ''
SharedComputeCapacityEnabled: ''
Expand All @@ -27,9 +27,6 @@ tags:
- Standard_ND40rs_v2
- Standard_ND96asr_v4
finetune_compute_allow_list:
- Standard_NC12s_v3
- Standard_NC24s_v3
- Standard_NC24rs_v3
- Standard_ND40rs_v2
- Standard_ND96asr_v4
inference_compute_allow_list:
Expand All @@ -47,4 +44,4 @@ tags:
apply_ort: 'false'
precision: 16
task: text-generation
version: 5
version: 6
9 changes: 3 additions & 6 deletions assets/models/system/microsoft-phi-2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ properties:
evaluation-min-sku-spec: 6|0|56|112
evaluation-recommended-sku: Standard_DS5_v2, Standard_NC6s_v3, Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24rs_v3, Standard_ND40rs_v2, Standard_ND96asr_v4
finetuning-tasks: text-generation
finetune-min-sku-spec: 12|2|224|672
finetune-recommended-sku: Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24rs_v3, Standard_ND40rs_v2, Standard_ND96asr_v4
finetune-min-sku-spec: 40|8|672|2900
finetune-recommended-sku: Standard_ND40rs_v2, Standard_ND96asr_v4
tags:
Preview: ''
SharedComputeCapacityEnabled: ''
Expand All @@ -28,9 +28,6 @@ tags:

finetune_compute_allow_list:
[
Standard_NC12s_v3,
Standard_NC24s_v3,
Standard_NC24rs_v3,
Standard_ND40rs_v2,
Standard_ND96asr_v4,
]
Expand All @@ -50,4 +47,4 @@ tags:
apply_ort: 'false'
precision: 16
task: text-generation
version: 7
version: 8

0 comments on commit 8cd6b03

Please sign in to comment.