add pytorch dependency for bm25 generation notebook

This commit is contained in:
Amnon Catav
2023-06-22 15:39:38 +03:00
parent c0e5c30ab7
commit 2e1d5c5ac8

View File

@@ -70,6 +70,8 @@
"source": [
"!pip install -qU \\\n",
" pinecone-text \\\n",
" sentence-transformers \\\n",
" torch \\\n",
" pandas==2.0.2 \\\n",
" datasets==2.12.0 \\\n",
" pyarrow"