kirikir13 commited on
Commit
19fa2a9
·
verified ·
1 Parent(s): 0bc4407

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -3,10 +3,8 @@ 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
 
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