Compare commits

...

4 Commits

Author SHA1 Message Date
Dhruv Nair
04131627bc update 2023-11-17 18:16:22 +00:00
Dhruv Nair
bbf3d270ab update 2023-11-17 17:59:34 +00:00
Dhruv Nair
7cd87b627c Merge branch 'main' into peft-pr-test-fix 2023-11-17 17:52:43 +00:00
Dhruv Nair
903e9874a4 install peft and accelerate from pypi 2023-11-17 05:48:56 +00:00

View File

@@ -50,9 +50,8 @@ jobs:
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m pip install -e .[quality,test]
python -m pip install git+https://github.com/huggingface/accelerate.git
python -m pip install -U git+https://github.com/huggingface/transformers.git
python -m pip install -U git+https://github.com/huggingface/peft.git
python -m pip install accelerate
python -m pip install -U "peft>=0.6"
- name: Environment
run: |