kirikir13 commited on
Commit
7f524e2
·
verified ·
1 Parent(s): 7a37cde

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -3,10 +3,9 @@ gradio>=5.0.0
3
  spaces>=0.30.0
4
  huggingface_hub>=0.25.0
5
 
6
- # ---- llama-cpp-python is built in prebuild.sh with CUDA flags ----
7
- # DO NOT put it here — the Docker build step doesn't have CUDA env vars.
8
 
9
- # ---- File parsers ----
10
  python-docx>=1.0.0 # .docx Word documents
11
  pdfplumber>=0.11.0 # .pdf extraction
12
  chardet>=5.2.0 # encoding detection fallback
 
3
  spaces>=0.30.0
4
  huggingface_hub>=0.25.0
5
 
6
+ # ---- llama-cpp-python is installed in the Dockerfile with CUDA wheel ----
 
7
 
8
+ # ---- File parsers (also installed in Dockerfile for clarity) ----
9
  python-docx>=1.0.0 # .docx Word documents
10
  pdfplumber>=0.11.0 # .pdf extraction
11
  chardet>=5.2.0 # encoding detection fallback