-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the download component for mmlab
- Loading branch information
1 parent
031a310
commit fa226b4
Showing
4 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...s/training/model_management/src/azureml/model/mgmt/processors/pyfunc/vision/conda_is.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.19 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.12.1 | ||
- cloudpickle==2.2.1 | ||
- datasets==2.15.0 | ||
- openmim==0.3.9 | ||
- torch==2.0.1 | ||
- torchvision==0.15.2 | ||
- transformers==4.38.2 | ||
- accelerate==0.27.2 | ||
- albumentations==1.3.0 | ||
- scikit-image==0.19.3 | ||
- simplification==0.7.10 | ||
- fairscale==0.4.13 | ||
name: mlflow-env |
17 changes: 17 additions & 0 deletions
17
...s/training/model_management/src/azureml/model/mgmt/processors/pyfunc/vision/conda_od.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.19 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.12.1 | ||
- cloudpickle==2.2.1 | ||
- datasets==2.15.0 | ||
- openmim==0.3.9 | ||
- torch==2.0.1 | ||
- torchvision==0.15.2 | ||
- transformers==4.38.2 | ||
- accelerate==0.27.2 | ||
- albumentations==1.3.0 | ||
- fairscale==0.4.13 | ||
name: mlflow-env |