fantaxy commited on
Commit
6316c67
·
verified ·
1 Parent(s): 5c52ea1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ gradio>=4.0.0
3
+ spaces
4
+
5
+ # Transformers (GLM-4.7-Flash 지원 버전)
6
+ git+https://github.com/huggingface/transformers.git
7
+ torch>=2.0.0
8
+ accelerate
9
+ safetensors
10
+
11
+ # PDF 처리
12
+ PyMuPDF
13
+ pypdf
14
+
15
+ # DOCX 처리
16
+ python-docx
17
+
18
+ # Utils
19
+ numpy