mia_on_model_distillation/lira-pytorch/env.yml

36 lines
552 B
YAML
Raw Permalink Normal View History

2024-11-29 17:16:09 -07:00
# Minimal environment for starting a project using conda/mamba:
# conda env create -n ENVNAME --file ENV.yml
name: template
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.8.6
- pip
- pytest
- numpy
- scipy
- scikit-learn
- matplotlib
- pandas
- tqdm
- wandb
- jupyterlab
- jupyter
- ipykernel
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=12.1
- tqdm
- pytorch-lightning
- lightning-bolts
- torchmetrics
# Install packages with pip
# - pip:
# - ray[tune]