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
109e95b189fc6a587ef7d2f901d194646f59b0c4
candle
/
candle-examples
/
examples
/
llama2-c
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
..
main.rs
Support the Accelerate BLAS on macOS. (
#325
)
2023-08-05 17:25:24 +01:00
model.rs
Add a simple Module trait and implement it for the various nn layers (
#500
)
2023-08-18 09:38:22 +01:00
training.rs
Add the candle-datasets crate (
#322
)
2023-08-05 08:56:50 +01:00
weights.rs
Transpose the weight matrixes for llama2.c. (
#321
)
2023-08-04 13:32:20 +01:00