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-15 10:26:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1fdfb58de51fc7143e24c1048bb1b6ab7ae1b871
candle
/
candle-core
History
Laurent Mazare
de23d34a28
Switch Tensor::full to return a contiguous tensor. (
#2929
)
2025-04-28 21:36:39 +02:00
..
benches
Optimize Tensor::new when called on nested Vec<..>. (
#2927
)
2025-04-28 09:19:45 +02:00
examples
Expose the cudnn algo in the conv ops. (
#2892
)
2025-04-14 08:25:32 +02:00
src
Switch Tensor::full to return a contiguous tensor. (
#2929
)
2025-04-28 21:36:39 +02:00
tests
Optimize Tensor::new when called on nested Vec<..>. (
#2927
)
2025-04-28 09:19:45 +02:00
Cargo.toml
Upgrade ug. (
#2882
)
2025-04-12 13:19:32 +02: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