Skip to content

Commit

Permalink
jeffvestal#9 Versions missing for python libraries
Browse files Browse the repository at this point in the history
The latest version available for eland library requires a different torch library version. Version for eland set to the latest version available by the time the article was published.
  • Loading branch information
AngelaFabregues authored Dec 10, 2023
1 parent dab4e0f commit 7acd90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_embedding_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"outputs": [],
"source": [
"pip -q install eland elasticsearch sentence_transformers transformers torch==1.11"
"pip -q install eland==8.7.0 elasticsearch sentence_transformers transformers torch==1.11"
]
},
{
Expand Down

0 comments on commit 7acd90d

Please sign in to comment.