fix bug in elucidating sampling

This commit is contained in:
Phil Wang
2022-06-28 17:52:02 -07:00
parent 86fcb6785b
commit 8408775cfc
2 changed files with 2 additions and 2 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.23.0',
version = '0.23.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',