Skip to content

Commit

Permalink
Update responsibleaidashboard-text-classification-blbooksgenre.ipynb (#…
Browse files Browse the repository at this point in the history
…3211)

* Update responsibleaidashboard-text-classification-blbooksgenre.ipynb

* Update responsibleaidashboard-text-classification-blbooksgenre.ipynb

* Update responsibleaidashboard-text-classification-blbooksgenre.ipynb
  • Loading branch information
tongyu-microsoft committed May 22, 2024
1 parent 7f824f0 commit 57eb7ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"30\""
"rai_example_version_string = \"31\""
]
},
{
Expand Down Expand Up @@ -506,7 +506,7 @@
" python_model=my_mlflow,\n",
" registered_model_name=registered_name,\n",
" artifact_path=registered_name,\n",
" pip_requirements=['mlflow', 'torch~=2.0.1', 'transformers>=4.17.0'])\n",
" pip_requirements=['mlflow', 'torch~=2.0.1', 'transformers>=4.17.0,<4.40.0'])\n",
"\n",
" _logger.info(\"Writing JSON\")\n",
" dict = {\"id\": \"{0}:1\".format(registered_name)}\n",
Expand Down

0 comments on commit 57eb7ca

Please sign in to comment.