Skip to content

Commit

Permalink
Merge branch 'main' into alexsanchez/model_hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchez-alex authored Jul 23, 2024
2 parents bdc4162 + 1991199 commit 3e4c06f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/55
environment: azureml://registries/azureml/environments/responsibleai-text/versions/1
command: >-
python ./rai_text_insights.py
--task_type ${{inputs.task_type}}
Expand Down
2 changes: 1 addition & 1 deletion assets/responsibleai/text/jobs/fetch_dbpedia_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
model_output_path:
type: path
code: ./src_dbpedia/
environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/21
environment: azureml://registries/azureml/environments/responsibleai-text/versions/1
command: >-
python fetch_text_model.py
--model_base_name ${{inputs.model_base_name}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/60
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/1
command: >-
python ./rai_vision_insights.py
--task_type ${{inputs.task_type}}
Expand Down
2 changes: 1 addition & 1 deletion assets/responsibleai/vision/jobs/fetch_fridge_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
model_output_path:
type: path
code: ./src_fridge/
environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/21
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/1
command: >-
python ./fetch_image_model.py
--model_base_name ${{inputs.model_base_name}}
Expand Down

0 comments on commit 3e4c06f

Please sign in to comment.