MultimodalGPT / environment.yml
RangiLyu's picture
init
844e150
raw
history blame contribute delete
143 Bytes
name: mmgpt
channels:
- defaults
dependencies:
- python=3.9
- conda-forge::openjdk
- pip
- pip:
- -r requirements.txt
- -e .