"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c314b1fd3b424ec3103d304a48192957aecf81ec"
Unverified Commit 55cb2ee6 authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

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

* pin torch-hub test

* add protobuf dep
parent 9aeacb58
...@@ -30,7 +30,8 @@ jobs: ...@@ -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: |
......
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