From 1e5014e70f17e0437c4b0a7f4e65e170688d8ab0 Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:12:17 +0200 Subject: [PATCH] Remove unused HF_TOKEN environment variable (#2061) remove unused HF_TOKEN environment variable --- .github/workflows/test_fx_automatic_parallel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_fx_automatic_parallel.yml b/.github/workflows/test_fx_automatic_parallel.yml index 05ebf7ea9e..c5d82be38b 100644 --- a/.github/workflows/test_fx_automatic_parallel.yml +++ b/.github/workflows/test_fx_automatic_parallel.yml @@ -35,7 +35,6 @@ jobs: options: --mount type=tmpfs,destination=/tmp --shm-size 64gb --gpus all --ipc host -v /mnt/hf_cache:/mnt/cache/ env: NCCL_DEBUG: INFO - HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }} defaults: run: shell: bash