From c52c2c61c68138313a31c17086593bc095dd98fb Mon Sep 17 00:00:00 2001 From: Zach Neveu Date: Sun, 3 May 2020 14:20:29 -0400 Subject: [PATCH] update readme with conda channel for mpi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24995e985e..76356421f1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Code for "Jukebox: A Generative Model for Music" # Required: Sampling conda create --name jukebox python=3.7.5 conda activate jukebox -conda install mpi4py=3.0.3 +conda install -c anaconda mpi4py=3.0.3 conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.0 -c pytorch git clone https://github.com/openai/jukebox.git cd jukebox