Skip to content

Commit

Permalink
Remove datasets from first dep install
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed Jun 26, 2024
1 parent 8671807 commit b48ef67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"!pip install datasets elasticsearch sentence_transformers transformers eland==8.12.1 # accelerate # uncomment if using GPU\n",
"!pip install elasticsearch sentence_transformers transformers eland==8.12.1 # accelerate # uncomment if using GPU\n",
"!pip install datasets==2.19.2 # Remove version lock if https://github.com/huggingface/datasets/pull/6978 has been released"
]
},
Expand Down

0 comments on commit b48ef67

Please sign in to comment.