mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
add pypdf
This commit is contained in:
parent
4610de324c
commit
d5b8ce3b01
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
accelerate==1.5.*
|
accelerate==1.5.*
|
||||||
|
beautifulsoup4==4.13.4
|
||||||
bitsandbytes==0.45.*
|
bitsandbytes==0.45.*
|
||||||
colorama
|
colorama
|
||||||
datasets
|
datasets
|
||||||
|
duckduckgo_search==8.0.2
|
||||||
einops
|
einops
|
||||||
fastapi==0.112.4
|
fastapi==0.112.4
|
||||||
gradio==4.37.*
|
gradio==4.37.*
|
||||||
|
@ -13,6 +15,7 @@ peft==0.15.*
|
||||||
Pillow>=9.5.0
|
Pillow>=9.5.0
|
||||||
psutil
|
psutil
|
||||||
pydantic==2.8.2
|
pydantic==2.8.2
|
||||||
|
PyPDF2==3.0.1
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
rich
|
rich
|
||||||
|
@ -25,8 +28,6 @@ tqdm
|
||||||
wandb
|
wandb
|
||||||
triton-windows; platform_system == "Windows"
|
triton-windows; platform_system == "Windows"
|
||||||
triton; platform_system == "Linux"
|
triton; platform_system == "Linux"
|
||||||
beautifulsoup4==4.13.4
|
|
||||||
duckduckgo_search==8.0.2
|
|
||||||
|
|
||||||
# API
|
# API
|
||||||
flask_cloudflared==0.0.14
|
flask_cloudflared==0.0.14
|
||||||
|
|
Loading…
Add table
Reference in a new issue