Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +27 -5
requirements.txt
CHANGED
@@ -1,6 +1,28 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
sentencepiece
|
3 |
-
|
4 |
-
transformers
|
5 |
-
streamlit
|
6 |
-
huggingface_hub
|
|
|
1 |
+
# Core dependencies
|
2 |
+
huggingface_hub>=0.23.0 # docling๊ณผ ํธํ๋๋ ๋ฒ์
|
3 |
+
scikit-build-core
|
4 |
+
gradio==4.44.0 # ์์ ์ ์ธ ๋ฒ์ ๊ณ ์
|
5 |
+
spaces==0.36.0 # ์ต์ ๋ฒ์ ์ฌ์ฉ
|
6 |
+
|
7 |
+
# LLM dependencies - CUDA 12.4 version
|
8 |
+
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
9 |
+
llama-cpp-agent>=0.2.25
|
10 |
+
|
11 |
+
# PDF processing - ์ต์ ๋ฒ์ ์ฌ์ฉ
|
12 |
+
docling # ๋ฒ์ ๋ฏธ์ง์ ์ผ๋ก ์ต์ ํธํ ๋ฒ์ ์๋ ์ ํ
|
13 |
+
|
14 |
+
# Additional utilities
|
15 |
+
python-dotenv
|
16 |
+
numpy<2.0.0 # torch์์ ํธํ์ฑ
|
17 |
+
torch>=2.0.0
|
18 |
+
transformers>=4.30.0
|
19 |
+
|
20 |
+
# For document processing
|
21 |
+
pypdfium2
|
22 |
+
pillow>=10.0.0
|
23 |
+
opencv-python
|
24 |
+
|
25 |
+
# Optional but recommended
|
26 |
+
accelerate
|
27 |
sentencepiece
|
28 |
+
protobuf<4.0.0 # ํธํ์ฑ์ ์ํด ๋ฒ์ ์ ํ
|
|
|
|
|
|