Skip to content

Commit 7d2d116

Browse files
authored
fix: remove outdated protobuf that caused notebook crash (jina-ai#5888)
Signed-off-by: Alex C-G <[email protected]>
1 parent 9a55253 commit 7d2d116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/getting-started/notebook.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"outputs": [],
4040
"source": [
41-
"!pip install jina transformers==4.26.1 sentencepiece==0.1.97 torch==1.13.1 protobuf==3.19.6"
41+
"!pip install jina transformers==4.26.1 sentencepiece==0.1.97 torch==1.13.1"
4242
]
4343
},
4444
{
@@ -637,4 +637,4 @@
637637
},
638638
"nbformat": 4,
639639
"nbformat_minor": 0
640-
}
640+
}

0 commit comments

Comments
 (0)