Skip to content

Commit

Permalink
Deleted torchaudio and torchvision for faster preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
salhanyf committed Oct 3, 2024
1 parent d085b25 commit c5abfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jupyterlabs/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c5abfe0

Please sign in to comment.