kkkgg commited on
Commit
4cd3b73
·
1 Parent(s): bb7b0f9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- pip3 install torch torchvision torchaudio
2
- pip install numpy
3
- pip install pandas
4
- pip install torch
5
- pip install argparse
6
- pip install transformers
7
- pip install torchkeras
8
- pip install mdtex2html
 
 
9
 
 
1
+ torch
2
+ torchvision
3
+ torchaudio
4
+ numpy
5
+ pandas
6
+ torch
7
+ argparse
8
+ transformers
9
+ torchkeras
10
+ mdtex2html
11