Gregniuki commited on
Commit
54a0074
·
verified ·
1 Parent(s): b5376cf

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ transformers>=4.28.0 # Or a specific version compatible with your model
2
+ torch>=1.9.0 # Or tensorflow if your model is TF
3
+ gradio>=3.0.0
4
+ sentencepiece # Often needed by tokenizers
5
+ accelerate # Good for device placement