Green tests: update torch-hub test dependencies (add protobuf and pin tokenizer 0.9.0-RC2) (#7658)

* pin torch-hub test

* add protobuf dep
This commit is contained in:
Thomas Wolf
2020-10-08 13:21:15 +02:00
committed by GitHub
parent 9aeacb58ba
commit 55cb2ee62e

View File

@@ -30,7 +30,8 @@ jobs:
run: | run: |
pip install --upgrade pip pip install --upgrade pip
pip install torch pip install torch
pip install numpy tokenizers filelock requests tqdm regex sentencepiece sacremoses packaging pip install numpy filelock protobuf requests tqdm regex sentencepiece sacremoses packaging
pip install tokenizers==0.9.0.rc2
- name: Torch hub list - name: Torch hub list
run: | run: |