Use the right version of tokenizers (#9550)

* Use the right version of tokenizers

* Try another way

* Try another way

* Deps are installed from there...

* Deps are installed from there...

* Revert last

* remove needless comment
This commit is contained in:
Sylvain Gugger
2021-01-12 18:55:45 -05:00
committed by GitHub
parent 063d8d27f4
commit 5f6721032a

View File

@@ -33,7 +33,7 @@ jobs:
run: |
pip install --upgrade pip
pip install torch
pip install numpy filelock protobuf requests tqdm regex sentencepiece sacremoses tokenizers packaging importlib_metadata
pip install numpy filelock protobuf requests tqdm regex sentencepiece sacremoses tokenizers==0.9.4 packaging importlib_metadata
- name: Torch hub list
run: |