ipex-llm/docker/llm/finetune/lora/cpu/kubernetes/values.yaml
2023-11-13 16:53:40 +08:00

9 lines
397 B
YAML

imageName: intelanalytics/bigdl-llm-finetune-lora-cpu:2.5.0-SNAPSHOT
trainerNum: 8
microBatchSize: 8
nfsServerIp: your_nfs_server_ip
nfsPath: a_nfs_shared_folder_path_on_the_server
dataSubPath: alpaca_data_cleaned_archive.json # a subpath of the data file under nfs directory
modelSubPath: Llama-2-7b-chat-hf # a subpath of the model file (dir) under nfs directory
ompNumThreads: 14
cpuPerPod: 42