Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Apr 8, 2024
1 parent 74b88a4 commit 22c9fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ version = "0.1.0"
[workspace.dependencies]
reqwest = "0.12.1"
async-trait = "0.1.78"
candle = { git = "https://github.com/huggingface/candle", package = "candle-core", branch = "main" }
candle-flash-attn = { git = "https://github.com/huggingface/candle", package = "candle-flash-attn", branch = "main" }
candle-nn = { git = "https://github.com/huggingface/candle", package = "candle-nn", branch = "main" }
candle-transformers = { git = "https://github.com/huggingface/candle", package = "candle-transformers", branch = "main" }
candle = { git = "https://github.com/huggingface/candle", package = "candle-core", version = "0.5.0" }
candle-flash-attn = { git = "https://github.com/huggingface/candle", package = "candle-flash-attn", version = "0.5.0" }
candle-nn = { git = "https://github.com/huggingface/candle", package = "candle-nn", version = "0.5.0" }
candle-transformers = { git = "https://github.com/huggingface/candle", package = "candle-transformers", version = "0.5.0" }
config = "0.14.0"
dotenv = "0.15.0"
ed25519-consensus = "2.1.0"
Expand Down

0 comments on commit 22c9fff

Please sign in to comment.