openfree commited on
Commit
9f4f419
ยท
verified ยท
1 Parent(s): bbebfbc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -5
requirements.txt CHANGED
@@ -1,6 +1,28 @@
1
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  sentencepiece
3
- safetensors
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 # ํ˜ธํ™˜์„ฑ์„ ์œ„ํ•ด ๋ฒ„์ „ ์ œํ•œ