duduvicky commited on
Commit
37b753f
·
verified ·
1 Parent(s): edf3475

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers
3
+ torch
4
+ langchain
5
+ langchain-community
6
+ langchain-huggingface
7
+ accelerate # Helps with model loading on CPU
8
+ sentencepiece # Required for some models