Skip to content

Commit

Permalink
feat: Added debug impls and release_model method
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Oct 23, 2024
1 parent 7cff340 commit 85ad4ad
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 186 deletions.
157 changes: 0 additions & 157 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ anyhow = "1.0"
bytemuck = "1.17"
clap = { version = "4.5", features = ["derive"] }
divan = "0.1.14"
miette = { version = "7.2.0", features = ["fancy"] }

[[bench]]
name = "mnn-bench"
harness = false

[profile.rwd]
debug = true
inherits = "release"
21 changes: 11 additions & 10 deletions flake.lock

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

Loading

0 comments on commit 85ad4ad

Please sign in to comment.