Skip to content

Commit

Permalink
raise torch (#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
mvpatel2000 and dakinggg committed Sep 6, 2023
1 parent 5ec4016 commit ca8bf11
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 @@ -51,7 +51,7 @@
'accelerate>=0.20,<0.21', # for HF inference `device_map`
'transformers>=4.31,<4.32',
'mosaicml-streaming>=0.5.1,<0.6',
'torch>=1.13.1,<=2.0.1',
'torch>=1.13.1,<2.1.1',
'datasets==2.10.1',
'fsspec==2023.6.0', # newer version results in a bug in datasets that duplicates data
'sentencepiece==0.1.97',
Expand Down

0 comments on commit ca8bf11

Please sign in to comment.