ajsbsd commited on
Commit
32b74a3
·
verified ·
1 Parent(s): eafd9cc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers
3
+ torch # Hugging Face Spaces typically installs this, but good to include
4
+ # For efficient CPU inference (GGUF is CRITICAL for "ZeroCPU" performance):
5
+ ctransformers
6
+ sentencepiece # Common dependency for tokenizers