Luigi commited on
Commit
19a401e
·
1 Parent(s): dd0d47d

add streamlit

Browse files
Files changed (1) hide show
  1. vlm/requirements.txt +5 -0
vlm/requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # requirements.txt
2
+ llama-cpp-python>=0.1.0
3
+ huggingface-hub>=0.13.3
4
+ Pillow>=9.0.0
5
+ llama-cpp-python[server]>=0.1.102