Skip to content

Commit

Permalink
workaround hanging musicgen (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Nov 9, 2023
1 parent ad668a9 commit 88619b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/250-music-generation/250-music-generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"source": [
"%pip install -q \"openvino>=2023.1.0\"\n",
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu torch onnx gradio\n",
"%pip install -q transformers"
"%pip install -q \"transformers<4.35.0\""
]
},
{
Expand Down Expand Up @@ -743,7 +743,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit 88619b9

Please sign in to comment.