fix(mlc-llm): tmpfs emptyDir

This commit is contained in:
JJGadgets
2024-09-27 08:21:16 +08:00
parent 76d49b5006
commit 9fcbdc7549

View File

@@ -151,8 +151,11 @@ spec:
globalMounts:
- subPath: data
path: /data
tmp:
type: emptyDir
globalMounts:
- subPath: tmp
path: /tmp # reduce time for moving downloaded model
path: /tmp # TODO: check why /tmp on CephFS breaks Git clone
defaultPodOptions:
automountServiceAccountToken: false
enableServiceLinks: false