Skip to content

Commit 90c6b77

Browse files
committed
Specify cache directory to download hugging face models
1 parent 77d8b6e commit 90c6b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/all/rag-llm/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
- name: {{ .Chart.Name }}
3535
terminationMessagePath: /dev/termination-log
3636
env:
37+
- name: HUGGINGFACE_HUB_CACHE
38+
value: /tmp/.cache
3739
- name: CONFIG_FILE
3840
value: /app-root/config/config.yaml
3941
- name: APP_TITLE

0 commit comments

Comments
 (0)