LLM: update QLoRA example about accelerate version(#9314)
This commit is contained in:
parent
030edeecac
commit
d383ee8efb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue