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 319c450 commit de318af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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"
- HF_ENDPOINT=https://hf-mirror.com
- TORCH_HOME=/data/torch
- NLTK_DATA=/data/nltk
- DATA_JUICER_CACHE_HOME=/data/dj
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
command: ray start --address=ray-head:6379 --block
environment:
- HF_HOME=/data/huggingface
- HF_ENDPOINT="https://hf-mirror.com"
- 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 de318af

Please sign in to comment.