mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Updates the requirements on [gradio](https://github.com/gradio-app/gradio) to permit the latest version. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.37.1...gradio@6.0.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
783 B
Plaintext
28 lines
783 B
Plaintext
audioop-lts<1.0; python_version >= "3.13"
|
|
fastapi==0.112.4
|
|
html2text==2025.4.15
|
|
huggingface-hub==0.36.0
|
|
jinja2==3.1.6
|
|
markdown
|
|
numpy==2.2.*
|
|
pydantic==2.11.0
|
|
PyPDF2==3.0.1
|
|
python-docx==1.1.2
|
|
pyyaml
|
|
requests
|
|
rich
|
|
tqdm
|
|
|
|
# Gradio
|
|
gradio==6.0.*
|
|
https://github.com/oobabooga/gradio/releases/download/custom-build/gradio_client-1.0.2+custom.1-py3-none-any.whl
|
|
|
|
# API
|
|
flask_cloudflared==0.0.14
|
|
sse-starlette==1.6.5
|
|
tiktoken
|
|
|
|
# CUDA wheels
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.61.0/llama_cpp_binaries-0.61.0+cu124-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.61.0/llama_cpp_binaries-0.61.0+cu124-py3-none-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64"
|