From 5f6721032af46cf491fe69c010805f8786bf63a1 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Tue, 12 Jan 2021 18:55:45 -0500 Subject: [PATCH] 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 --- .github/workflows/github-torch-hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-torch-hub.yml b/.github/workflows/github-torch-hub.yml index 71bdbe1da6..6c39ae238e 100644 --- a/.github/workflows/github-torch-hub.yml +++ b/.github/workflows/github-torch-hub.yml @@ -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: |