Devakumar868 commited on
Commit
dcff2d2
·
verified ·
1 Parent(s): 0521fcf

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +2 -2
setup.sh CHANGED
@@ -1,9 +1,9 @@
1
  #!/usr/bin/env bash
2
 
3
- # Install CUDA 11.8 builds of PyTorch, TorchVision, and TorchAudio
4
  pip install --no-cache-dir \
5
  torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 \
6
  --index-url https://download.pytorch.org/whl/cu118
7
 
8
- # Install all other dependencies
9
  pip install --no-cache-dir -r requirements.txt
 
1
  #!/usr/bin/env bash
2
 
3
+ # 1. Install CUDA-enabled PyTorch
4
  pip install --no-cache-dir \
5
  torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 \
6
  --index-url https://download.pytorch.org/whl/cu118
7
 
8
+ # 2. Install all other dependencies
9
  pip install --no-cache-dir -r requirements.txt