Skip to content

Commit

Permalink
Merge branch 'main' into sdg-rename-notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgilley authored May 23, 2024
2 parents 0947853 + 57eb7ca commit 26ab535
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 26ab535

Please # to comment.