Skip to content

Commit

Permalink
Removing genai and gsq changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhj committed Dec 16, 2024
1 parent baa8632 commit 76c91d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -66,6 +66,6 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
compute_histogram:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
path: ${{parent.outputs.signal_scored_data}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
compute_metrics:
Expand All @@ -184,7 +184,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -206,7 +206,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -220,6 +220,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.4"
runtime_version: "3.3"
identity:
type: aml_token
2 changes: 1 addition & 1 deletion assets/model_monitoring/components/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-ai-ml==1.13.0
azure-ai-ml==1.23.0
azure-cli-core~=2.45.0
azure-identity~=1.12.0
azureml-fsspec~=1.0.0
Expand Down

0 comments on commit 76c91d2

Please sign in to comment.