mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
19 lines
601 B
Text
19 lines
601 B
Text
fastapi==0.112.4
|
|
gradio==4.37.*
|
|
jinja2==3.1.6
|
|
markdown
|
|
numpy==1.26.*
|
|
pydantic==2.8.2
|
|
pyyaml
|
|
requests
|
|
rich
|
|
tqdm
|
|
|
|
# API
|
|
flask_cloudflared==0.0.14
|
|
sse-starlette==1.6.5
|
|
tiktoken
|
|
|
|
# CUDA wheels
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.3.0/llama_cpp_binaries-0.3.0+cu124-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
|
|
https://github.com/oobabooga/llama-cpp-binaries/releases/download/v0.3.0/llama_cpp_binaries-0.3.0+cu124-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
|