Unverified Commit 5f672103 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

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
parent 063d8d27
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
run: | run: |
pip install --upgrade pip pip install --upgrade pip
pip install torch 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 - name: Torch hub list
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment