mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
27 lines
889 B
Text
27 lines
889 B
Text
audioop-lts<1.0; python_version >= "3.13"
|
|
fastapi==0.112.4
|
|
huggingface-hub==1.5.*
|
|
jinja2==3.1.6
|
|
markdown
|
|
numpy==2.2.*
|
|
pydantic==2.11.0
|
|
pymupdf==1.27.*
|
|
python-docx==1.1.2
|
|
pyyaml
|
|
requests
|
|
rich
|
|
trafilatura==2.0.0
|
|
tqdm
|
|
|
|
# Gradio
|
|
https://github.com/oobabooga/gradio/releases/download/4.37.2-custom.18/gradio-4.37.2+custom.18-py3-none-any.whl
|
|
https://github.com/oobabooga/gradio/releases/download/4.37.2-custom.18/gradio_client-1.0.2+custom.18-py3-none-any.whl
|
|
|
|
# API
|
|
flask_cloudflared==0.0.15
|
|
sse-starlette==1.6.5
|
|
tiktoken
|
|
|
|
# CUDA wheels
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.106.0/llama_cpp_binaries-0.106.0+cu124-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.106.0/llama_cpp_binaries-0.106.0+cu124-py3-none-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64"
|