Skip to content

Commit e5b4f92

Browse files
authored
Merge pull request #63 from sauagarwa/fix-cache-dir
Specify cache directory to download hugging face models
2 parents 77d8b6e + 90c6b77 commit e5b4f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)