remove outdated apex in favor of native pytorch AMP

This commit is contained in:
Phil Wang
2022-04-13 08:59:18 -07:00
parent e504e0e554
commit 0b8cdb4c8b
3 changed files with 18 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.8.1',
version = '0.9.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',