haodongli commited on
Commit
d7b8e8e
·
verified ·
1 Parent(s): ce29703

Update pre-requirements.txt

Browse files
Files changed (1) hide show
  1. pre-requirements.txt +3 -4
pre-requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  pip==23.3.1
2
- pycuda==11.7
3
- torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
4
- torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
5
- torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
6
  tqdm==4.66.1
7
  mediapipe==0.10.8
8
  Pillow==10.1.0
 
1
  pip==23.3.1
2
+ torch==2.0.0+cu117 --index-url https://download.pytorch.org/whl/cu118
3
+ torchvision==0.15.1+cu117 --index-url https://download.pytorch.org/whl/cu118
4
+ torchaudio==2.0.1+cu117 --index-url https://download.pytorch.org/whl/cu118
 
5
  tqdm==4.66.1
6
  mediapipe==0.10.8
7
  Pillow==10.1.0