This commit is contained in:
Phil Wang
2022-05-09 19:46:19 -07:00
parent ba64ea45cc
commit 9b322ea634
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ from functools import partial
from contextlib import contextmanager
from collections import namedtuple
from pathlib import Path
import time
import torch
import torch.nn.functional as F

View File

@@ -1,3 +1,4 @@
import time
import copy
from functools import partial

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.2.3',
version = '0.2.4',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',