codeMax / requirements.txt
kirikir13's picture
Update requirements.txt
7f524e2 verified
Raw
History Blame Contribute Delete
370 Bytes
# ---- Core ----
gradio>=5.0.0
spaces>=0.30.0
huggingface_hub>=0.25.0
# ---- llama-cpp-python is installed in the Dockerfile with CUDA wheel ----
# ---- File parsers (also installed in Dockerfile for clarity) ----
python-docx>=1.0.0 # .docx Word documents
pdfplumber>=0.11.0 # .pdf extraction
chardet>=5.2.0 # encoding detection fallback