Skip to content

Commit

Permalink
bump candle version
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayballal95 committed Dec 24, 2024
1 parent ce540d9 commit 740f204
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ exclude = ["test_files/*", "python", "*.py", "pyproject.toml", "examples/images/
[workspace.dependencies]
pdf-extract = "0.7.7"
docx-parser = "0.1.1"
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }

ort = {version = "=2.0.0-rc.9", features = ["cuda", "load-dynamic"]}
strum = "0.26.1"
Expand Down

0 comments on commit 740f204

Please sign in to comment.