Skip to content

Commit

Permalink
remove dependency on candle-nn
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsanbear committed Mar 17, 2024
1 parent e38c90a commit 7659111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candle-einops"
version = "0.1.0"
version = "0.1.1"
authors = ["tomsanbear <[email protected]>"]
edition = "2021"
description = "Rust implementation of the python einops package for the Candle ML library "
Expand All @@ -12,8 +12,7 @@ repository = "https://github.com/tomsanbear/candle-einops"

[dependencies]
candle-core = { version = "0.4" }
candle-nn = { version = "0.4" }
candle-einops-macros = { path = "candle-einops-macros", version = "0.1.0" }
candle-einops-macros = { path = "candle-einops-macros", version = "0.1.1" }

[package.metadata.docs.rs]
no-default-features = true
2 changes: 1 addition & 1 deletion candle-einops-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candle-einops-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["Thomas Santerre <[email protected]>"]
edition = "2021"
description = " Pure rust implementation of the python einops package for the Candle ML library "
Expand Down

0 comments on commit 7659111

Please sign in to comment.