Skip to content

Commit

Permalink
fix: pytorch => torch in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
城千 committed Mar 6, 2023
1 parent 394df41 commit d1e1074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"setuptools>=58.0.4",
"transformers>=4.22.0,<=4.24.0",
"tokenizers>=0.11.0,<=0.11.4",
"pytorch>=1.10.0",
"torch>=1.10.0",
"tqdm>=4.63.0",
],
entry_points={}
Expand Down

0 comments on commit d1e1074

Please sign in to comment.