fix EMA updating buffers with non-float tensors

This commit is contained in:
Phil Wang
2022-06-22 07:16:39 -07:00
parent 2aadc23c7c
commit c8422ffd5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '0.11.3'
__version__ = '0.11.4'

View File

@@ -28,7 +28,7 @@ setup(
'click',
'clip-anytorch',
'coca-pytorch>=0.0.5',
'ema-pytorch>=0.0.3',
'ema-pytorch>=0.0.7',
'einops>=0.4',
'einops-exts>=0.0.3',
'embedding-reader',