kirikir13 commited on
Commit
d4d541b
·
verified ·
1 Parent(s): 8870896

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ---- Core ----
2
+ gradio>=5.0.0
3
+ spaces>=0.30.0
4
+ huggingface_hub>=0.25.0
5
+
6
+ # ---- llama-cpp-python (CUDA build from source for ZeroGPU compatibility) ----
7
+ # The CMAKE_ARGS env var triggers CUDA compilation.
8
+ # On ZeroGPU the base image already has the CUDA toolkit installed.
9
+ llama-cpp-python>=0.3.0
10
+
11
+ # ---- File parsers ----
12
+ python-docx>=1.0.0 # .docx Word documents
13
+ pdfplumber>=0.11.0 # .pdf extraction
14
+ chardet>=5.2.0 # encoding detection fallback