fix(mlc-llm): pull job 2Gi

This commit is contained in:
JJGadgets
2024-09-27 21:43:04 +08:00
parent 7e21c58b66
commit dcbb4142e0

View File

@@ -84,7 +84,7 @@ spec:
cpu: "10m"
limits:
cpu: "1000m"
memory: "1Gi"
memory: "2Gi"
gpu.intel.com/i915: "1"
codellama:
<<: *deploy
@@ -151,9 +151,9 @@ spec:
globalMounts:
- subPath: data
path: /data
tmp:
type: emptyDir
globalMounts:
#tmp:
# type: emptyDir
# globalMounts:
- subPath: tmp
path: /tmp # TODO: check why /tmp on CephFS breaks Git clone
defaultPodOptions: