SkinGPT-R1 / environment.yml
Yuhao
Unify checkpoint path and environment docs
6bfad80
raw
history blame contribute delete
484 Bytes
name: skingpt-r1
channels:
- defaults
dependencies:
- python=3.10.20
- pip
- pip:
- 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