Skip to content

Commit

Permalink
add hf mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 26, 2024
1 parent 2a698ca commit 319c450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
command: ray start --head --dashboard-host 0.0.0.0 --include-dashboard true --block
environment:
- HF_HOME=/data/huggingface
- HF_ENDPOINT="https://hf-mirror.com"
- TORCH_HOME=/data/torch
- NLTK_DATA=/data/nltk
- DATA_JUICER_CACHE_HOME=/data/dj
Expand Down Expand Up @@ -34,6 +35,7 @@ services:
command: ray start --address=ray-head:6379 --block
environment:
- HF_HOME=/data/huggingface
- HF_ENDPOINT="https://hf-mirror.com"
- TORCH_HOME=/data/torch
- NLTK_DATA=/data/nltk
- DATA_JUICER_CACHE_HOME=/data/dj
Expand Down

0 comments on commit 319c450

Please sign in to comment.