-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* creating the score->fasta fn * get the run script ready * gitignore and model * rework test harness to conditionally compile for Metal * begin exploring why outputs are homogenous
- Loading branch information
Showing
13 changed files
with
1,060 additions
and
74 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ members = [ | |
] | ||
resolver = "2" | ||
|
||
|
||
[workspace.dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.133" | ||
|
@@ -29,11 +28,3 @@ edition = "2021" | |
authors = ["Zach Charlop-Powers<[email protected]>"] | ||
description = "Molecular visualization tools" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[profile.dev] | ||
# Disabling debug info speeds up builds a bunch, | ||
# and we don't rely on it for debugging that much. | ||
debug = 0 | ||
|
||
[workspace.features] | ||
metal = [] |
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 +1,2 @@ | ||
*.safetensors | ||
outputs/ |
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
Oops, something went wrong.