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 02:16:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
109e95b189fc6a587ef7d2f901d194646f59b0c4
candle
/
candle-examples
History
Laurent Mazare
c78ce76501
Add a simple Module trait and implement it for the various nn layers (
#500
)
...
* Start adding the module trait. * Use the module trait. * Implement module for qmatmul.
2023-08-18 09:38:22 +01:00
..
examples
Add a simple Module trait and implement it for the various nn layers (
#500
)
2023-08-18 09:38:22 +01:00
src
Typos and format and CD only when PR lands.
2023-08-02 19:18:43 +02:00
build.rs
Add flash attention (
#241
)
2023-07-26 07:48:10 +01:00
Cargo.toml
Rename vec-dot to vec-ops. (
#449
)
2023-08-15 10:48:57 +01:00
README.md
Add some missing readme files. (
#304
)
2023-08-02 10:57:12 +01:00
README.md
candle-examples