Skip to content

Commit

Permalink
Refactor DL Models (#82)
Browse files Browse the repository at this point in the history
* add the ESM2-onnx example

* Consolidate all the DL models and configs under a single namespace.
  • Loading branch information
zachcp authored Dec 16, 2024
1 parent f9ea735 commit 1aadcb4
Show file tree
Hide file tree
Showing 124 changed files with 7,658 additions and 272 deletions.
154 changes: 59 additions & 95 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Zach Charlop-Powers<[email protected]>"]
description = "Molecular visualization tools"
license = "MIT OR Apache-2.0"


[workspace]
members = [
"ferritin-bevy",
"ferritin-cellscape",
"ferritin-core",
"ferritin-esm",
"ferritin-plms",
"ferritin-examples",
"ferritin-amplify",
"ferritin-ligandmpnn",
"ferritin-molviewspec",
"ferritin-pymol",
"ferritin-test-data",
Expand All @@ -33,10 +39,3 @@ serde_bytes = "0.11.15"
serde_json = "1.0.133"
serde_repr = "0.1.19"
tokenizers = { version = "0.21.0", default-features = false }

[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Zach Charlop-Powers<[email protected]>"]
description = "Molecular visualization tools"
license = "MIT OR Apache-2.0"
Loading

0 comments on commit 1aadcb4

Please sign in to comment.