Remove transformers version in axolotl example (#10736)

* Remove transformers version in axolotl requirements.txt
This commit is contained in:
Qiyuan Gong 2024-04-11 14:02:31 +08:00 committed by GitHub
parent 2685c41318
commit 2d64630757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,8 @@ git checkout v0.3.0
# replace default requirements.txt in axolotl to avoid conflict
cp ../requirements.txt .
pip install -e .
# change to transformers 4.34.0
pip install transformers==4.34.0 datasets
```
### 2. Configures OneAPI environment variables and accelerate

View file

@ -4,7 +4,6 @@
#auto-gptq
packaging
peft==0.5.0
transformers==4.34.0
bitsandbytes>=0.41.1
accelerate==0.23.0
addict