We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54e7f0 commit fe5baf8Copy full SHA for fe5baf8
FinanceAgent/docker_compose/intel/hpu/gaudi/compose.yaml
@@ -29,7 +29,7 @@ services:
29
ports:
30
- "8086:8000"
31
volumes:
32
- - ${HF_CACHE_DIR}:/data
+ - ${HF_CACHE_DIR:-./data}:/data
33
environment:
34
<<: *common-env
35
HF_TOKEN: ${HF_TOKEN}
@@ -59,8 +59,7 @@ services:
59
60
- "${TEI_EMBEDDER_PORT:-10221}:80"
61
62
- # - "./data:/data"
63
64
shm_size: 1g
65
66
0 commit comments