Skip to content

Commit

Permalink
bump torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck committed Aug 23, 2023
1 parent 78b796b commit 8d5ee3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
]

install_requires = [
'mosaicml[libcloud,wandb,mlflow]>=0.15.0,<0.16',
'mosaicml[libcloud,wandb,mlflow]>=0.15.0,<0.16.2',
'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.0',
'datasets==2.10.1',
'sentencepiece==0.1.97',
'einops==0.5.0',
Expand Down Expand Up @@ -79,7 +79,7 @@
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.15.0,<0.16',
'mosaicml[tensorboard]>=0.15.0,<0.16.2',
]

extra_deps['gpu'] = [
Expand Down

0 comments on commit 8d5ee3c

Please sign in to comment.