ipex-llm/docker/llm/finetune/lora/docker
Xiangyu Tian ea6d4148e9 [PPML] Add attestation for LLM Finetuning (#8908)
Add TDX attestation for LLM Finetuning in TDX CoCo

---------

Co-authored-by: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com>
2023-09-08 10:24:04 +08:00
..
bigdl-lora-finetuing-entrypoint.sh fix typo in lora entrypoint (#8862) 2023-09-06 13:52:25 +08:00
bigdl_aa.py [PPML] Add attestation for LLM Finetuning (#8908) 2023-09-08 10:24:04 +08:00
Dockerfile [PPML] Add attestation for LLM Finetuning (#8908) 2023-09-08 10:24:04 +08:00
get_worker_quote.sh [PPML] Add attestation for LLM Finetuning (#8908) 2023-09-08 10:24:04 +08:00
lora_finetune.py BF16 Lora Finetuning on K8S with OneCCL and Intel MPI (#8775) 2023-08-31 14:56:23 +08:00
quote_generator.py [PPML] Add attestation for LLM Finetuning (#8908) 2023-09-08 10:24:04 +08:00
README.md BF16 Lora Finetuning on K8S with OneCCL and Intel MPI (#8775) 2023-08-31 14:56:23 +08:00
requirements.txt BF16 Lora Finetuning on K8S with OneCCL and Intel MPI (#8775) 2023-08-31 14:56:23 +08:00
worker_quote_generate.py [PPML] Add attestation for LLM Finetuning (#8908) 2023-09-08 10:24:04 +08:00

Prepare BigDL image for Lora Finetuning

You can download directly from Dockerhub like:

docker pull intelanalytics/bigdl-lora-finetuning: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-lora-finetuning:2.4.0-SNAPSHOT \
  -f ./Dockerfile .