Skip to content

Commit

Permalink
bump RAI text and vision component versions to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Jul 10, 2023
1 parent 58797ed commit f2aacc5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -95,7 +95,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"8\""
"rai_example_version_string = \"9\""
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./covid19_events_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/16\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"8\""
"rai_example_version_string = \"9\""
]
},
{
Expand Down Expand Up @@ -576,7 +576,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./dbpedia_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/16\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"source": [
"%pip install datasets\n",
"%pip install ml-wrappers\n",
"%pip install \"pandas<2.0.0\"\n",
"%pip install \"mlflow<2.3,>=2.1\"\n",
"%pip install azureml-mlflow"
"%pip install \"pandas<2.0.0\""
]
},
{
Expand All @@ -52,7 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -90,7 +88,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"20\""
"rai_example_version_string = \"21\""
]
},
{
Expand Down Expand Up @@ -569,7 +567,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./blbooksgenre_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/21\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -57,7 +57,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"50\""
"rai_example_version_string = \"51\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"8\""
"rai_example_version_string = \"9\""
]
},
{
Expand Down Expand Up @@ -505,7 +505,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./fridge_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/17\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\""
"version_string = \"0.0.8\""
]
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"9\""
"rai_example_version_string = \"10\""
]
},
{
Expand Down Expand Up @@ -509,7 +509,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./fridge_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/17\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.7\"\n",
"version_string = \"0.0.8\"\n",
"compute_name = \"cpucluster\"\n",
"rai_example_version_string = \"6\""
"rai_example_version_string = \"7\""
]
},
{
Expand Down Expand Up @@ -64,7 +64,7 @@
" urlretrieve(data_url, filename=data_output_path)\n",
"\n",
"\n",
"annotations = \"msCOCOValExample.jsonl\"\n",
"annotations = \"msCOCOValExample7.jsonl\"\n",
"\n",
"data_path = \"./dataMSCOCO\"\n",
"\n",
Expand Down Expand Up @@ -436,7 +436,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./mscoco_component_src_od_1/\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/17\n",
"environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/24\n",
"command: >-\n",
" python model_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down Expand Up @@ -649,6 +649,8 @@
" classes=classes,\n",
" model_type=\"pytorch\",\n",
" enable_error_analysis=False,\n",
" num_masks=100,\n",
" mask_res=4,\n",
" )\n",
" rai_image_job.set_limits(timeout=120)\n",
"\n",
Expand Down

0 comments on commit f2aacc5

Please sign in to comment.