rkf2778 commited on
Commit
e81d9de
1 Parent(s): a0c88a6

torch CUDA support

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,3 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu113
2
- torch
3
  requests
4
  bs4
5
  pandas
@@ -18,4 +16,6 @@ SentencePiece
18
  ipywidgets
19
  jupyter
20
  ydata-profiling
21
- streamlit-pandas-profiling
 
 
 
 
 
1
  requests
2
  bs4
3
  pandas
 
16
  ipywidgets
17
  jupyter
18
  ydata-profiling
19
+ streamlit-pandas-profiling
20
+ --extra-index-url https://download.pytorch.org/whl/cu113
21
+ torch