mazesmazes commited on
Commit
0ec2ef1
·
verified ·
1 Parent(s): 822626c

Add peft + torchaudio (transformers static import-check requires them)

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
  transformers>=4.57.1
2
  torch
 
 
3
  numpy
4
  scipy
5
  scikit-learn
 
1
  transformers>=4.57.1
2
  torch
3
+ torchaudio
4
+ peft
5
  numpy
6
  scipy
7
  scikit-learn