This website requires JavaScript.
Explore
Help
Register
Sign In
huggingface
/
candle
Watch
1
Star
0
Fork
0
You've already forked candle
mirror of
https://github.com/huggingface/candle.git
synced
2025-06-16 02:38:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
308ea070edd4fa52bdbbee3eb9279325c7500556
candle
/
candle-core
History
Thomas Santerre
308ea070ed
modify access for conv and op to be pub to allow external packages to have custom backends (
#1986
)
2024-04-01 17:44:49 +02:00
..
benches
Add support for conv_transpose2d on Metal backend (
#1903
)
2024-03-21 18:08:45 +01:00
examples
Move the tensor-tools binary in a separate crate. (
#1969
)
2024-03-30 15:49:37 +01:00
src
modify access for conv and op to be pub to allow external packages to have custom backends (
#1986
)
2024-04-01 17:44:49 +02:00
tests
Support i64 in index-select on metal. (
#1951
)
2024-03-27 16:30:07 +01:00
Cargo.toml
feat(bf16): add cast support + tests for cast + bin ops (
#1524
)
2024-01-11 15:49:13 +01:00
LICENSE
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
candle
Minimalist ML framework for Rust