Remove transformers version in axolotl example (#10736)
* Remove transformers version in axolotl requirements.txt
This commit is contained in:
parent
2685c41318
commit
2d64630757
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ git checkout v0.3.0
|
||||||
# replace default requirements.txt in axolotl to avoid conflict
|
# replace default requirements.txt in axolotl to avoid conflict
|
||||||
cp ../requirements.txt .
|
cp ../requirements.txt .
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
# change to transformers 4.34.0
|
||||||
|
pip install transformers==4.34.0 datasets
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Configures OneAPI environment variables and accelerate
|
### 2. Configures OneAPI environment variables and accelerate
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
#auto-gptq
|
#auto-gptq
|
||||||
packaging
|
packaging
|
||||||
peft==0.5.0
|
peft==0.5.0
|
||||||
transformers==4.34.0
|
|
||||||
bitsandbytes>=0.41.1
|
bitsandbytes>=0.41.1
|
||||||
accelerate==0.23.0
|
accelerate==0.23.0
|
||||||
addict
|
addict
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue