UdacityNoob commited on
Commit
261bd81
β€’
1 Parent(s): c8b9d47

Update requirements.txt to include pytorch download with cuda 11.3 support

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  scipy
2
  ftfy
3
  torch>=1.10.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
  scipy
3
  ftfy
4
  torch>=1.10.0