-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add hyper connections to diffusion transformer
- Loading branch information
1 parent
85c0de3
commit dcc4e82
Showing
4 changed files
with
64 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "alphafold3-pytorch" | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
description = "Alphafold 3 - Pytorch" | ||
authors = [ | ||
{ name = "Phil Wang", email = "[email protected]" }, | ||
|
@@ -41,6 +41,7 @@ dependencies = [ | |
"fair-esm", | ||
"fastapi", | ||
"frame-averaging-pytorch>=0.0.18", | ||
"hyper-connections>=0.0.14", | ||
"gradio", | ||
"gradio_molecule3d", | ||
"huggingface_hub>=0.21.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters