Add TDX attestation for LLM Finetuning in TDX CoCo --------- Co-authored-by: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bigdl-lora-finetuing-entrypoint.sh | ||
| bigdl_aa.py | ||
| Dockerfile | ||
| get_worker_quote.sh | ||
| lora_finetune.py | ||
| quote_generator.py | ||
| README.md | ||
| requirements.txt | ||
| worker_quote_generate.py | ||
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 .