Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Azure/azureml-assets into u…
Browse files Browse the repository at this point in the history
…tkshukla/fmi-64-release
  • Loading branch information
utkshukla committed Feb 6, 2025
2 parents ad96c68 + d4980fe commit 474ddec
Show file tree
Hide file tree
Showing 117 changed files with 398 additions and 1,835 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $main_dir/$scripts_azureml_assets_dir -r $main_dir/$scripts_docs_dir/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assets-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $main_dir/$scripts_azureml_assets_dir
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $main_dir/$scripts_azureml_assets_dir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assets-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $scripts_azureml_assets_dir
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $scripts_azureml_assets_dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assets-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Log in to Azure
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environments-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Use Python 3.10 or newer
uses: actions/setup-python@v4
with:
python-version: '>=3.10'
python-version: '3.12'

- name: Install dependencies
run: pip install -e $scripts_azureml_assets_dir
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json

name: mlflow_model_local_validation
version: 0.0.16
version: 0.0.17
type: command

is_deterministic: True

display_name: MLFlow model local validation
description: Validates if a MLFLow model can be loaded on a compute and is usable for inferencing.

environment: azureml://registries/azureml/environments/python-sdk-v2/versions/23
environment: azureml://registries/azureml/environments/python-sdk-v2/versions/25

code: ../../src/
command: >-
Expand Down
4 changes: 2 additions & 2 deletions assets/common/components/register_model/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: register_model
version: 0.0.19
version: 0.0.20
type: command

is_deterministic: True
Expand All @@ -9,7 +9,7 @@ display_name: Register model
description:
Register a model to a workspace or a registry. The component works on compute with [MSI](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python) attached.

environment: azureml://registries/azureml/environments/python-sdk-v2/versions/23
environment: azureml://registries/azureml/environments/python-sdk-v2/versions/25

code: ../../src
command: >-
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 474ddec

Please sign in to comment.