Multimodal-GPT / environment.yml
devroop's picture
Upload folder using huggingface_hub
03561be verified
raw
history blame contribute delete
153 Bytes
name: mmgpt
channels:
- defaults
dependencies:
- python=3.9
- conda-forge::openjdk
- pip
- pip:
- -r requirements.txt
- -e .