updated transformers & accelerate requirements (#12301)
This commit is contained in:
parent
97a0f7fd35
commit
30f668c206
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ conda create -n llm python=3.11
|
||||||
conda activate llm
|
conda activate llm
|
||||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||||
pip install transformers==4.36.0 datasets
|
pip install transformers==4.36.1 datasets
|
||||||
pip install fire peft==0.10.0
|
pip install fire peft==0.10.0 accelerate==0.23.0
|
||||||
pip install oneccl_bind_pt==2.1.100 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ # necessary to run distributed finetuning
|
pip install oneccl_bind_pt==2.1.100 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ # necessary to run distributed finetuning
|
||||||
pip install bitsandbytes scipy
|
pip install bitsandbytes scipy
|
||||||
# configures OneAPI environment variables
|
# configures OneAPI environment variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue