Skip to content

Commit

Permalink
Update environments to fix vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdondera-microsoft committed Oct 3, 2024
1 parent 3b971cf commit 5cdeea8
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.7
version: 0.0.8

name: diffusers_text_to_image_finetune
display_name: Text to Image Diffusers Model Finetune
description: Component to finetune stable diffusion models using diffusers for text to image.

is_deterministic: false

environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/44

code: ../../../src/finetune

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.17
version: 0.0.18
name: transformers_image_classification_finetune
display_name: Image Classification HuggingFace Transformers Model Finetune
description: Component to finetune HuggingFace transformers models for image classification.

is_deterministic: false

environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/44

code: ../../../src/finetune

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.18
version: 0.0.19
name: mmdetection_image_objectdetection_instancesegmentation_finetune
display_name: Image Object Detection and Instance Segmentation MMDetection Model Finetune
description: Component to finetune MMDetection models for image object detection and instance segmentation.

is_deterministic: false

environment: azureml://registries/azureml/environments/acft-mmdetection-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-mmdetection-image-gpu/versions/44

code: ../../../src/finetune

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.10
version: 0.0.11
name: mmtracking_video_multi_object_tracking_finetune
display_name: Video Multi Object Tracking MMTracking Model Finetune
description: Component to finetune MMTracking models for video multi-object tracking task.

is_deterministic: false

environment: azureml://registries/azureml/environments/acft-mmtracking-video-gpu/versions/33
environment: azureml://registries/azureml/environments/acft-mmtracking-video-gpu/versions/40

code: ../../../src/finetune

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/development/commandComponent.schema.json
type: command

version: 0.0.17
version: 0.0.18
name: image_framework_selector
display_name: Framework Selector for Image Tasks
description: Framework selector control flow component for image tasks

is_deterministic: true

environment: azureml://registries/azureml/environments/acpt-automl-image-framework-selector-gpu/versions/36
environment: azureml://registries/azureml/environments/acpt-automl-image-framework-selector-gpu/versions/43

code: ../../src/framework_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.7
version: 0.0.8
name: diffusers_text_to_image_model_import
display_name: Text to Image Diffusers Model Import
description: Import PyTorch / MLflow model

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/44

code: ../../../src/model_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.17
version: 0.0.18
name: transformers_image_classification_model_import
display_name: Image Classification HuggingFace Transformers Model Import
description: Import PyTorch / MLflow model

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-transformers-image-gpu/versions/44

code: ../../../src/model_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.18
version: 0.0.19
name: mmdetection_image_objectdetection_instancesegmentation_model_import
display_name: Image Object Detection and Instance Segmentation MMDetection Model Import
description: Import PyTorch / MLflow model

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-mmdetection-image-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-mmdetection-image-gpu/versions/44

code: ../../../src/model_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.10
version: 0.0.11
name: mmtracking_video_multi_object_tracking_model_import
display_name: Video Multi Object Tracking MMTracking Model Import
description: Import PyTorch / MLflow model

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-mmtracking-video-gpu/versions/33
environment: azureml://registries/azureml/environments/acft-mmtracking-video-gpu/versions/40

code: ../../../src/model_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.16
version: 0.0.17
name: image_model_output_selector
display_name: Model output selector for image components
description: Model output selector control flow component for image tasks

is_deterministic: true

environment: azureml://registries/azureml/environments/acpt-automl-image-framework-selector-gpu/versions/36
environment: azureml://registries/azureml/environments/acpt-automl-image-framework-selector-gpu/versions/43

code: ../../src/model_output_selector

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.3
version: 0.0.4
name: multimodal_classification_finetune
display_name: Multimodal Classification using MMEFT
description: Component to finetune multimodal models for classification using MMEFT

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/20
environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/37

code: ../../../src/finetune

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.3
version: 0.0.4
name: multimodal_classification_model_import
display_name: Multimodal Classification Model Import
description: Import PyTorch / MLflow model

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/20
environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/37

code: ../../../src/model_import/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
type: command

version: 0.0.3
version: 0.0.4
name: multimodal_classification_datapreprocessing
display_name: Multimodal Classification Data Preprocessing
description: Component to preprocess data for multimodal classification task

is_deterministic: True

environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/20
environment: azureml://registries/azureml/environments/acft-multimodal-gpu/versions/37

code: ../../../src/preprocess

Expand Down

0 comments on commit 5cdeea8

Please sign in to comment.