Skip to content

Commit fdb63d1

Browse files
committed
try pinning transformers<5 in tut 46
1 parent d20f334 commit fdb63d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ notebook = "46_Multimodal_RAG.ipynb"
237237
aliases = []
238238
completion_time = "20 min"
239239
created_at = 2025-08-04
240-
dependencies = ["pillow", "pypdf", "pypdfium2", "sentence-transformers>=4.1.0"]
240+
dependencies = ["pillow", "pypdf", "pypdfium2", "sentence-transformers>=4.1.0", "transformers<5"]
241241
featured = true
242242

243243
[[tutorial]]

tutorials/46_Multimodal_RAG.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"cell_type": "code",
47-
"execution_count": 1,
47+
"execution_count": null,
4848
"id": "6e44239d-8a00-4d79-b372-b495c4cdee6e",
4949
"metadata": {
5050
"id": "6e44239d-8a00-4d79-b372-b495c4cdee6e",
@@ -54,7 +54,7 @@
5454
"source": [
5555
"%%bash\n",
5656
"\n",
57-
"pip install -q \"haystack-ai>=2.16.0\" pillow pypdf pypdfium2 \"sentence-transformers>=4.1.0\""
57+
"pip install -q \"haystack-ai>=2.16.0\" pillow pypdf pypdfium2 \"sentence-transformers>=4.1.0\" \"transformers<5\""
5858
]
5959
},
6060
{

0 commit comments

Comments
 (0)