Seperated model caching volumes (#1845)

This commit is contained in:
hagen-danswer
2024-07-15 15:32:04 -07:00
committed by GitHub
parent a1e638a73d
commit 25b3dacaba
4 changed files with 8 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ services:
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes:
# Not necessary, this is just to reduce download time during startup
- model_cache_huggingface:/root/.cache/huggingface/
- indexing_huggingface_model_cache:/root/.cache/huggingface/
logging:
driver: json-file
options:
@@ -353,3 +353,4 @@ volumes:
vespa_volume:
# Created by the container itself
model_cache_huggingface:
indexing_huggingface_model_cache:

View File

@@ -289,7 +289,7 @@ services:
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes:
# Not necessary, this is just to reduce download time during startup
- model_cache_huggingface:/root/.cache/huggingface/
- indexing_huggingface_model_cache:/root/.cache/huggingface/
logging:
driver: json-file
options:
@@ -360,3 +360,4 @@ volumes:
vespa_volume:
# Created by the container itself
model_cache_huggingface:
indexing_huggingface_model_cache:

View File

@@ -132,7 +132,7 @@ services:
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes:
# Not necessary, this is just to reduce download time during startup
- model_cache_huggingface:/root/.cache/huggingface/
- indexing_huggingface_model_cache:/root/.cache/huggingface/
logging:
driver: json-file
options:
@@ -207,3 +207,4 @@ volumes:
vespa_volume:
# Created by the container itself
model_cache_huggingface:
indexing_huggingface_model_cache:

View File

@@ -146,7 +146,7 @@ services:
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes:
# Not necessary, this is just to reduce download time during startup
- model_cache_huggingface:/root/.cache/huggingface/
- indexing_huggingface_model_cache:/root/.cache/huggingface/
logging:
driver: json-file
options:
@@ -225,3 +225,4 @@ volumes:
vespa_volume:
# Created by the container itself
model_cache_huggingface:
indexing_huggingface_model_cache: