Skip to content

Commit

Permalink
add hyper-connections lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 26, 2024
1 parent 9539d45 commit 88287b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "transfusion-pytorch"
version = "0.7.1"
version = "0.7.2"
description = "Transfusion in Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down Expand Up @@ -28,8 +28,9 @@ dependencies = [
'einx>=0.3.0',
'einops>=0.8.0',
'ema-pytorch',
'loguru',
'hyper-connections>=0.0.10',
'jaxtyping',
'loguru',
'rotary_embedding_torch>=0.8.4',
'torchdiffeq',
'torch>=2.0',
Expand Down

0 comments on commit 88287b7

Please sign in to comment.