DermalCare / requirements.txt
ColdSlim's picture
Update requirements.txt
14d38e8 verified
raw
history blame contribute delete
375 Bytes
numpy<2.0
torch==2.1.2
torchvision==0.16.2
safetensors>=0.4.3
# Qwen needs a recent Transformers; model card advises newest to avoid KeyError
transformers==4.51.3
accelerate==0.32.1
peft==0.17.0
huggingface_hub>=0.23,<1.0
qwen-vl-utils>=0.0.8
# --- UI: keep these in lockstep (no 0.x client with 5.x gradio) ---
gradio==4.44.1
gradio_client==1.3.0
pydantic==2.10.6
pillow