Skip to content

Commit

Permalink
update transformers version (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Sep 14, 2023
1 parent 48ba632 commit 3f3e998
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 @@ -49,7 +49,7 @@
install_requires = [
'mosaicml[libcloud,wandb,mlflow]>=0.16.1,<0.17',
'accelerate>=0.20,<0.21', # for HF inference `device_map`
'transformers>=4.32,<4.33',
'transformers>=4.33,<4.34',
'mosaicml-streaming>=0.5.1,<0.6',
'torch>=1.13.1,<2.1.1',
'datasets>=2.14.5,<2.15',
Expand Down

0 comments on commit 3f3e998

Please sign in to comment.