mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-17 10:54:40 +01:00
28 lines
885 B
Plaintext
28 lines
885 B
Plaintext
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.1
|
|
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.12/gradio-4.37.2+custom.12-py3-none-any.whl
|
|
https://github.com/oobabooga/gradio/releases/download/4.37.2-custom.12/gradio_client-1.0.2+custom.12-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.94.0/llama_cpp_binaries-0.94.0+cu131-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.94.0/llama_cpp_binaries-0.94.0+cu131-py3-none-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64"
|