QijiYuntai2.0 / environment.yml
Reduxxxx's picture
Create environment.yml
8c0b9ef verified
raw
history blame contribute delete
169 Bytes
name: myenv
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch
- torchvision
- gradio
- transformers
- pillow
- numpy