Skip to content

Commit

Permalink
Use the right version of tokenizers (huggingface#9550)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sgugger authored and guyrosin committed Jan 15, 2021
1 parent 38c6154 commit c023d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-torch-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c023d87

Please sign in to comment.