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 18:48:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c5a058b16954154a68899d26d681adfba003babf
candle
/
candle-examples
/
examples
/
llama2-c
History
Laurent Mazare
2c1df6bba1
Add a repeat penality to the llama2-c command line example. (
#713
)
...
* Add a repeat penality to the llama2-c command line example. * Another fix attempt.
2023-09-01 20:38:58 +01:00
..
main.rs
Add a repeat penality to the llama2-c command line example. (
#713
)
2023-09-01 20:38:58 +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 optimizer trait. (
#702
)
2023-09-01 12:55:39 +01:00
weights.rs
Transpose the weight matrixes for llama2.c. (
#321
)
2023-08-04 13:32:20 +01:00