From 88619b96ebecae2e3692a67fb9ab4783759de834 Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Thu, 9 Nov 2023 09:03:59 +0400 Subject: [PATCH] workaround hanging musicgen (#1442) --- notebooks/250-music-generation/250-music-generation.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/250-music-generation/250-music-generation.ipynb b/notebooks/250-music-generation/250-music-generation.ipynb index 240be4ed077..876de869be1 100644 --- a/notebooks/250-music-generation/250-music-generation.ipynb +++ b/notebooks/250-music-generation/250-music-generation.ipynb @@ -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\"" ] }, { @@ -743,7 +743,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" },