SkinGPT-R1 / requirements.txt
Yuhao
Unify checkpoint path and environment docs
6bfad80
raw
history blame contribute delete
595 Bytes
# Reproducible runtime dependencies for SkinGPT-R1.
# These versions are aligned with the maintainers' working environment.
accelerate==1.13.0
av==17.0.0
bitsandbytes==0.49.2
fastapi>=0.100.0
huggingface-hub==1.7.1
openai>=1.0.0
pillow==12.0.0
python-multipart>=0.0.6
qwen-vl-utils==0.0.14
safetensors==0.7.0
tokenizers==0.22.2
torch==2.10.0
torchvision==0.25.0
transformers==5.3.0
uvicorn>=0.20.0
# Attention backend notes:
# - SDPA is built into torch 2.10.0 and is the default choice for RTX 50 series.
# - flash-attn is optional and should only be installed on stacks known to support it.