Skip to content

Commit f8fa59d

Browse files
authored
Change TRANSFORMERS_OFFLINE env variable to 1
1 parent fffffc4 commit f8fa59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)