Guhanselvam commited on
Commit
323a01e
·
verified ·
1 Parent(s): 4aca402

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ flask # if you are using flask
11
+ gradio #if you are using gradio