We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cca44f + e186853 commit 1c1003aCopy full SHA for 1c1003a
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install flake8 pytest
29
- pip install transformers==4.21.1 accelerate==0.13.2 datasets==2.6.1 evaluate==0.2.2 pyext==0.7 mosestokenizer==1.0.0
+ pip install transformers==4.21.1 accelerate==0.13.2 datasets==2.6.1 evaluate==0.2.2 pyext==0.7 mosestokenizer==1.0.0 "fsspec<2023.10.0"
30
#- name: Lint with flake8
31
# run: |
32
# flake8 .
requirements.txt
@@ -1,7 +1,8 @@
1
transformers>=4.25.1
2
accelerate>=0.13.2
3
-datasets>=2.6.1
+datasets==2.14.6
4
evaluate>=0.3.0
5
pyext==0.7
6
mosestokenizer==1.0.0
7
huggingface_hub>=0.11.1
8
+fsspec<2023.10.0
0 commit comments