Spaces:
Running
Running
add streamlit
Browse files- 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
|