From c5abfe0de2e91ebbeefd0263460823732000ec88 Mon Sep 17 00:00:00 2001 From: Farah Salhany Date: Thu, 3 Oct 2024 15:36:18 -0400 Subject: [PATCH] Deleted torchaudio and torchvision for faster preparation --- src/jupyterlabs/setup_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jupyterlabs/setup_conda.sh b/src/jupyterlabs/setup_conda.sh index f85dca5..8058f05 100755 --- a/src/jupyterlabs/setup_conda.sh +++ b/src/jupyterlabs/setup_conda.sh @@ -8,5 +8,5 @@ setenv CONDA_PKGS_DIRS /speed-scratch/$USER/Jupyter/pkgs conda create -p /speed-scratch/$USER/Jupyter/jupyter-env -y conda activate /speed-scratch/$USER/Jupyter/jupyter-env conda install -c conda-forge jupyterlab -y -pip3 install --quiet torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 +pip3 install --quiet torch --index-url https://download.pytorch.org/whl/cu118 exit