From d383ee8efb1fcd11f1f053e8292328650a2f3058 Mon Sep 17 00:00:00 2001 From: Ruonan Wang <105281011+rnwang04@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:54:38 +0800 Subject: [PATCH] LLM: update QLoRA example about accelerate version(#9314) --- python/llm/example/GPU/QLoRA-FineTuning/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/llm/example/GPU/QLoRA-FineTuning/README.md b/python/llm/example/GPU/QLoRA-FineTuning/README.md index 237c642d..891abe9e 100644 --- a/python/llm/example/GPU/QLoRA-FineTuning/README.md +++ b/python/llm/example/GPU/QLoRA-FineTuning/README.md @@ -19,6 +19,7 @@ conda activate llm pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu pip install transformers==4.34.0 pip install peft==0.5.0 +pip install accelerate==0.23.0 ``` ### 2. Configures OneAPI environment variables