ipex-llm/docker/llm/finetune/lora/cpu/kubernetes/templates/nfs-pvc.yaml
Heyang Sun 0b40ef8261 separate trusted and native llm cpu finetune from lora (#9050)
* seperate trusted-llm and bigdl from lora finetuning

* add k8s for trusted llm finetune

* refine

* refine

* rename cpu to tdx in trusted llm

* solve conflict

* fix typo

* resolving conflict

* Delete docker/llm/finetune/lora/README.md

* fix

---------

Co-authored-by: Uxito-Ada <seusunheyang@foxmail.com>
Co-authored-by: leonardozcm <leonardo1997zcm@gmail.com>
2023-10-07 15:26:59 +08:00

12 lines
214 B
YAML

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: nfs-pvc
namespace: bigdl-lora-finetuning
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: nfs