Skip to content

Commit

Permalink
persist hf hb
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Sep 10, 2024
1 parent 96b9198 commit cf6aad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
- "8502:8502"
volumes:
- ./models:/app/models
- ./hf:./root/.cache/huggingface/hub
- ./outputs:/app/outputs
- ./voices:/app/voices
- ./whispercpp:/app/whispercpp
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- "8502:8502"
volumes:
- ./models:/app/models
- ./hf:./root/.cache/huggingface/hub
- ./outputs:/app/outputs
- ./voices:/app/voices
- ./whispercpp:/app/whispercpp
Expand Down
1 change: 1 addition & 0 deletions hf/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Placeholder for huggingface cache directory

0 comments on commit cf6aad1

Please sign in to comment.