Skip to content

Commit

Permalink
Merge pull request THUDM#80 from fenixbao92/main
Browse files Browse the repository at this point in the history
fix: pytorch => torch in setup.py
  • Loading branch information
Stanislas0 authored Mar 6, 2023
2 parents 20bdb5a + d1e1074 commit ebeb850
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 ebeb850

Please sign in to comment.