mirror of
https://github.com/wassname/denoising-diffusion-pytorch.git
synced 2026-09-11 12:11:43 +08:00
start saving version of library in the checkpoints, so in case of breaking changes, researchers can return to the right working version
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
exec(open('denoising_diffusion_pytorch/version.py').read())
|
||||
|
||||
setup(
|
||||
name = 'denoising-diffusion-pytorch',
|
||||
packages = find_packages(),
|
||||
version = '0.32.0',
|
||||
version = __version__,
|
||||
license='MIT',
|
||||
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
|
||||
author = 'Phil Wang',
|
||||
|
||||
Reference in New Issue
Block a user