Skip to content

Commit

Permalink
Update reqs for h100s
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Aug 9, 2023
1 parent c86aa52 commit a26e5e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
from setuptools import find_packages, setup

install_requires = [
'mosaicml@git+https://github.com/mosaicml/composer.git@6cf3d3a1aa300834c650f89460b5ac9bbc5a1e46',
'mosaicml',
'mosaicml-streaming>=0.4.0,<1.0',
'hydra-core>=1.2',
'hydra-colorlog>=1.1.0',
'diffusers[torch]==0.16.0',
'transformers[torch]==4.29.2',
'diffusers[torch]==0.19.3',
'transformers[torch]==4.31.0',
'wandb==0.15.4',
'xformers==0.0.16',
'xformers==0.0.20',
'triton==2.0.0',
'torchmetrics[image]==0.11.3',
'torchmetrics[image]==0.11.4',
'clean-fid',
'clip@git+https://github.com/openai/CLIP.git',
]
Expand Down

0 comments on commit a26e5e5

Please sign in to comment.