File size: 451 Bytes
370f342 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | name: mdlm
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.9
- pytorch=2.1.0
- torchvision
- torchaudio
- pytorch-cuda=11.8
- cudatoolkit=11.8
- pip
- pip:
- fair-esm
- transformers
- datasets
- accelerate
- wandb
- tqdm
- numpy
- scipy
- scikit-learn
- matplotlib
- seaborn
- pandas
- biopython
- h5py
- tensorboard
- jupyter
- ipykernel |