ipex-llm/docker/llm/finetune/lora/cpu/docker
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
..
bigdl-lora-finetuing-entrypoint.sh separate trusted and native llm cpu finetune from lora (#9050) 2023-10-07 15:26:59 +08:00
Dockerfile separate trusted and native llm cpu finetune from lora (#9050) 2023-10-07 15:26:59 +08:00
lora_finetune.py separate trusted and native llm cpu finetune from lora (#9050) 2023-10-07 15:26:59 +08:00
README.md separate trusted and native llm cpu finetune from lora (#9050) 2023-10-07 15:26:59 +08:00
requirements.txt separate trusted and native llm cpu finetune from lora (#9050) 2023-10-07 15:26:59 +08:00

Prepare BigDL image for Lora Finetuning

You can download directly from Dockerhub like:

docker pull intelanalytics/bigdl-llm-finetune-cpu:2.4.0-SNAPSHOT

Or build the image from source:

export HTTP_PROXY=your_http_proxy
export HTTPS_PROXY=your_https_proxy

docker build \
  --build-arg http_proxy=${HTTP_PROXY} \
  --build-arg https_proxy=${HTTPS_PROXY} \
  -t intelanalytics/bigdl-llm-finetune-cpu:2.4.0-SNAPSHOT \
  -f ./Dockerfile .