Skip to content

Commit

Permalink
Merge pull request #3386 from flairNLP/fix_deprecated_hf_cache_env_va…
Browse files Browse the repository at this point in the history
…riable

update HF cache env variable
  • Loading branch information
alanakbik authored Dec 17, 2023
2 parents ce031f5 + 15ab658 commit c84776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
TRANSFORMERS_CACHE: ./cache/transformers
HF_HOME: ./cache/transformers
FLAIR_CACHE_ROOT: ./cache/flair
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c84776c

Please sign in to comment.