Skip to content

Commit

Permalink
Add burn/ndarry to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Feb 14, 2024
1 parent e624b65 commit 20b1878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resnet-burn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ serde = { version = "1.0.192", default-features = false, features = [
] } # alloc is for no_std, derive is needed

[dev-dependencies]
burn = { git = "https://github.com/tracel-ai/burn.git", rev = "9a2cbadd41161c8aac142bbcb9c2ceaf5ffd6edd", features = [
"ndarray",
] }
image = { version = "0.24.7", features = ["png", "jpeg"] }

0 comments on commit 20b1878

Please sign in to comment.