neuralworm commited on
Commit
09f1764
·
verified ·
1 Parent(s): 5cfb8a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,9 +1,9 @@
 
 
1
  torch>=2.1.0
2
- transformers>=4.40.0
3
- accelerate>=0.25.0
4
- gradio>=4.0.0
5
- pandas>=2.0.0
6
  numpy>=1.26.0
 
7
  tqdm>=4.66.0
8
- pytest>=8.0.0
9
- pytest-mock>=3.12.0
 
1
+ gradio>=4.40.0
2
+ transformers>=4.44.0
3
  torch>=2.1.0
4
+ accelerate
5
+ scikit-learn>=1.4.0
 
 
6
  numpy>=1.26.0
7
+ einops>=0.7.0
8
  tqdm>=4.66.0
9
+ scipy>=1.10.0