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

enabling finetuning on phi-3.5 variants #3328

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion assets/models/system/phi-3.5-mini-128k-instruct/model.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
path:
container_name: models
container_path: huggingface/phi-3.5-mini-128k-instruct/20240808/mlflow_model_folder
container_path: huggingface/phi-3.5-mini-128k-instruct/1725432389/mlflow_model_folder
storage_name: automlcesdkdataresources
type: azureblob
publish:
Expand Down
12 changes: 11 additions & 1 deletion assets/models/system/phi-3.5-mini-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ properties:
languages: en
inference-min-sku-spec: 24|1|220|64
inference-recommended-sku: Standard_NC24ads_A100_v4, Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
finetuning-tasks: chat-completion
finetune-min-sku-spec: 24|1|220|64
finetune-recommended-sku: Standard_NC24ads_A100_v4, Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
evaluation: "evalution.md"
notes: "notes.md"
Expand Down Expand Up @@ -39,6 +42,13 @@ tags:
Standard_ND96amsr_A100_v4,
Standard_NC96ads_A100_v4
]
finetune_compute_allow_list:
[
Standard_NC24ads_A100_v4,
Standard_NC48ads_A100_v4,
Standard_NC96ads_A100_v4,
Standard_ND96amsr_A100_v4
]
inference_supported_envs:
- vllm
model_specific_defaults:
Expand All @@ -57,4 +67,4 @@ tags:
logging_strategy: "steps"
logging_steps: 10
save_total_limit: 1
version: 2
version: 3
Loading