archivartaunik commited on
Commit
698f57c
·
verified ·
1 Parent(s): a34cc04

Rename requirements (3).txt to requirements.txt

Browse files
Files changed (2) hide show
  1. requirements (3).txt +0 -4
  2. requirements.txt +6 -0
requirements (3).txt DELETED
@@ -1,4 +0,0 @@
1
- transformers
2
- torch
3
- gradio
4
- pydantic==2.10.6
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ transformers>=4.40
2
+ torch>=2.3
3
+ accelerate>=0.28
4
+ torchaudio # або librosa soundfile
5
+ gradio>=4.15
6
+ pydantic==2.10.6