This commit is contained in:
Timothy J. Baek 2024-09-19 22:12:54 +02:00
parent cd117f5b67
commit 4e43663448
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ ENV RAG_EMBEDDING_MODEL="$USE_EMBEDDING_MODEL_DOCKER" \
ENV HF_HOME="/app/backend/data/cache/embedding/models"
## Torch Extensions ##
ENV TORCH_EXTENSIONS_DIR="/app/backend/data/cache/torch_extensions"
ENV TORCH_EXTENSIONS_DIR="/.cache/torch_extensions"
#### Other models ##########################################################