Skip to content

Commit

Permalink
Merge branch 'main' into ankush/update_dist_comp
Browse files Browse the repository at this point in the history
  • Loading branch information
skasturi authored Aug 1, 2024
2 parents d679ebf + c733ef6 commit 60f3647
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/models/system/phi-3-medium-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
finetune-min-sku-spec: 96|4|880|256
finetune-recommended-sku: Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
freePlayground: "true"
Featured: ""
Preview: ""
huggingface_model_id: ""
Expand Down
1 change: 1 addition & 0 deletions assets/models/system/phi-3-medium-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
finetune-min-sku-spec: 96|4|880|256
finetune-recommended-sku: Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
freePlayground: "true"
Featured: ""
Preview: ""
huggingface_model_id: ""
Expand Down
1 change: 1 addition & 0 deletions assets/models/system/phi-3-mini-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
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:
freePlayground: "true"
Featured: ""
Preview: ""
huggingface_model_id: ""
Expand Down
1 change: 1 addition & 0 deletions assets/models/system/phi-3-mini-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
finetune-min-sku-spec: 24|1|220|64
finetune-recommended-sku: Standard_NC24ads_A100_v4, Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96asr_v4, Standard_ND96amsr_A100_v4
tags:
freePlayground: "true"
Featured: ""
Preview: ""
maas-inference: true
Expand Down
1 change: 1 addition & 0 deletions assets/models/system/phi-3-small-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
finetune-min-sku-spec: 96|4|880|256
finetune-recommended-sku: Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
freePlayground: "true"
Featured: ""
Preview: ""
maas-inference: true
Expand Down
1 change: 1 addition & 0 deletions assets/models/system/phi-3-small-8k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
finetune-min-sku-spec: 96|4|880|256
finetune-recommended-sku: Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
freePlayground: "true"
Featured: ""
Preview: ""
maas-inference: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
description: Pytorch model asset path. Pass the finetune job pytorch model output.
mode: rw_mount

# Validation parameters
# validation parameters
system_properties:
type: string
optional: true
Expand All @@ -32,4 +32,5 @@ outputs:
mode: rw_mount

command: >-
python model_converter.py --model_path '${{inputs.model_path}}' $[[--system_properties '${{inputs.system_properties}}']] --output_dir '${{outputs.mlflow_model_folder}}'
python model_converter.py --model_path '${{inputs.model_path}}' $[[--system_properties
'${{inputs.system_properties}}']] --output_dir '${{outputs.mlflow_model_folder}}'
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ RUN pip install -r requirements.txt --no-cache-dir

# Vulnerability Fix
RUN pip install gunicorn==22.0.0
RUN pip install certifi==2024.07.04

# dummy number to change when needing to force rebuild without changing the definition: 1
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ ENV AZURE_ML_CLI_PRIVATE_FEATURES_ENABLED=True

# Vulnerability Fix
RUN pip install gunicorn==22.0.0

RUN pip install certifi==2024.07.04
# dummy number to change when needing to force rebuild without changing the definition: 1

0 comments on commit 60f3647

Please sign in to comment.