mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/safetensors/compare/v0.6.0-rc0...v0.7.0) --- updated-dependencies: - dependency-name: safetensors dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
accelerate==1.8.*
|
|
audioop-lts<1.0; python_version >= "3.13"
|
|
colorama
|
|
datasets
|
|
einops
|
|
fastapi==0.112.4
|
|
html2text==2025.4.15
|
|
huggingface-hub==0.36.0
|
|
jinja2==3.1.6
|
|
markdown
|
|
numpy==2.2.*
|
|
pandas
|
|
peft==0.18.*
|
|
Pillow>=9.5.0
|
|
psutil
|
|
pydantic==2.11.0
|
|
PyPDF2==3.0.1
|
|
python-docx==1.1.2
|
|
pyyaml
|
|
requests
|
|
rich
|
|
safetensors==0.7.*
|
|
scipy
|
|
sentencepiece
|
|
tensorboard
|
|
torchao==0.14.*
|
|
transformers==4.57.*
|
|
triton-windows==3.5.1.post21; platform_system == "Windows"
|
|
tqdm
|
|
wandb
|
|
|
|
# Gradio
|
|
gradio==4.37.*
|
|
https://github.com/oobabooga/gradio/releases/download/custom-build/gradio_client-1.0.2+custom.1-py3-none-any.whl
|
|
|
|
# Diffusers
|
|
diffusers @ git+https://github.com/huggingface/diffusers.git@edf36f5128abf3e6ecf92b5145115514363c58e6
|
|
|
|
# API
|
|
flask_cloudflared==0.0.14
|
|
sse-starlette==1.6.5
|
|
tiktoken
|
|
|
|
# Mac wheels
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.62.0/llama_cpp_binaries-0.62.0-py3-none-macosx_15_0_arm64.whl; platform_system == "Darwin" and platform_release >= "24.0.0"
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.62.0/llama_cpp_binaries-0.62.0-py3-none-macosx_14_0_arm64.whl; platform_system == "Darwin" and platform_release >= "23.0.0" and platform_release < "24.0.0"
|