We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29716 commit 4b63865Copy full SHA for 4b63865
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "transfusion-pytorch"
3
-version = "0.15.0"
+version = "0.15.1"
4
description = "Transfusion in Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
@@ -29,7 +29,7 @@ dependencies = [
29
'einx>=0.3.0',
30
'einops>=0.8.0',
31
'ema-pytorch',
32
- 'hyper-connections>=0.3.6',
+ 'hyper-connections>=0.3.7',
33
'jaxtyping',
34
'loguru',
35
'rotary_embedding_torch>=0.8.4',
0 commit comments