Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata for existing phi-3 assets #3196

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions assets/models/system/phi-3-medium-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ tags:
author: microsoft
SharedComputeCapacityEnabled : ""
hiddenlayerscanned : ""
maas-finetuning: true
maas-finetuning-offer: true
maas-finetuning-region: eastus2
_aml_system_vanity_registry: "azureml-phi"
inference_compute_allow_list:
[
Standard_NC48ads_A100_v4,
Expand Down
4 changes: 4 additions & 0 deletions assets/models/system/phi-3-medium-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ tags:
disable-batch: "true"
task: chat-completion
author: microsoft
maas-finetuning: true
maas-finetuning-offer: true
maas-finetuning-region: eastus2
_aml_system_vanity_registry: "azureml-phi"
inference_compute_allow_list:
[
Standard_ND40rs_v2,
Expand Down
4 changes: 4 additions & 0 deletions assets/models/system/phi-3-mini-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ tags:
author: microsoft
SharedComputeCapacityEnabled : ""
hiddenlayerscanned : ""
maas-finetuning: true
maas-finetuning-offer: true
maas-finetuning-region: eastus2
_aml_system_vanity_registry: "azureml-phi"
inference_compute_allow_list:
[
Standard_NC24ads_A100_v4,
Expand Down
4 changes: 4 additions & 0 deletions assets/models/system/phi-3-mini-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ tags:
task: chat-completion
author: microsoft
hiddenlayerscanned : ""
maas-finetuning: true
maas-finetuning-offer: true
maas-finetuning-region: eastus2
_aml_system_vanity_registry: "azureml-phi"
inference_compute_allow_list:
[
Standard_NC6s_v3,
Expand Down
Loading