Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit ca4da96

Browse files
authored
Change TRANSFORMERS_OFFLINE env variable to 1 (#37)
1 parent fffffc4 commit ca4da96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/test-template/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ runs:
161161
-d \
162162
--name nemo_container_${{ github.run_id }} ${ARG[@]} \
163163
--shm-size=64g \
164-
--env TRANSFORMERS_OFFLINE=0 \
164+
--env TRANSFORMERS_OFFLINE=1 \
165165
--env HYDRA_FULL_ERROR=1 \
166166
--env HF_HOME=/home/TestData/HF_HOME \
167167
--env RUN_ID=${{ github.run_id }} \

0 commit comments

Comments
 (0)