fffiloni commited on
Commit
db9a1b3
·
verified ·
1 Parent(s): b115cdd

If difficulties on inference: Uses these versions for transformers and diffusers

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -2,7 +2,8 @@
2
  torch
3
  librosa
4
  torchao
5
- transformers
6
- git+https://github.com/huggingface/diffusers.git
 
7
  matplotlib
8
  accelerate
 
2
  torch
3
  librosa
4
  torchao
5
+ transformers==4.42.4
6
+ diffusers==0.29.2
7
+ numpy==1.26.4
8
  matplotlib
9
  accelerate