Created
June 13, 2023 14:15
-
-
Save mberman84/cd8b2a8167b800b6dd1fdb72f4e0a7a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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