Skip to content

Instantly share code, notes, and snippets.

@mberman84
Created June 13, 2023 14:15
Show Gist options
  • Save mberman84/cd8b2a8167b800b6dd1fdb72f4e0a7a4 to your computer and use it in GitHub Desktop.
Save mberman84/cd8b2a8167b800b6dd1fdb72f4e0a7a4 to your computer and use it in GitHub Desktop.
conda create --name myenv python=3.10.11
conda activate myenv
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pip install xformers
pip install audiocraft
pip install IPython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment