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-19 03:54:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc76c63202ab936c08f6a6b9dcc2756c6a227f63
candle
/
candle-core
History
Laurent Mazare
cc76c63202
Use index-select for the embeddings as it supports backprop. (
#298
)
2023-08-01 20:44:43 +01:00
..
examples
Simplify Tensor::randn. (
#255
)
2023-07-27 07:40:36 +01:00
src
Add training for the llama2.c example (
#296
)
2023-08-01 17:23:07 +01:00
tests
Use index-select for the embeddings as it supports backprop. (
#298
)
2023-08-01 20:44:43 +01:00
Cargo.toml
Centralize the dependency versions and inherit them. (
#177
)
2023-07-16 07:47:17 +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