Guhanselvam commited on
Commit
5abd0f6
·
verified ·
1 Parent(s): 584babb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -11
requirements.txt CHANGED
@@ -1,11 +1,7 @@
1
- transformers
2
- datasets
3
- accelerate
4
- evaluate
5
- sentencepiece
6
- torch # Include if you're using PyTorch
7
- # tensorflow # Include if you are using tensorflow
8
- # flax # Include if you are using flax
9
- requests # if you are using requests
10
- gradio #if you are using gradio
11
- flask==2.3.2
 
1
+ gradio
2
+ requests
3
+ flask
4
+ transformers #If you were using transformers before, keep it, otherwise remove.
5
+ torch #If you were using pytorch before, keep it, otherwise remove.
6
+ sentencepiece #If you were using sentencepiece before, keep it, otherwise remove.
7
+ serper-sdk #If you are using serper_sdk