DinoBloom / environment.yaml
pavm595's picture
Upload environment.yaml
5d0273e verified
raw
history blame contribute delete
279 Bytes
name: virtual-human-chc-dinobloom
channels:
- defaults
dependencies:
- python=3.10
- pip
- numpy
- pandas
- matplotlib
- pip:
- torch==2.9.1
- torchvision==0.24.1 --index-url https://download.pytorch.org/whl/cu118
- huggingface_hub==1.1.7