summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src/bin/m.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-121-2/+8
* Fix clippy lint. (#736)Laurent Mazare2023-09-041-2/+2
* Llama2c WASM UI improvements (#732)Radamés Ajna2023-09-041-1/+7
* Avoid some redundant clone. (#731)Laurent Mazare2023-09-041-1/+1
* Add a repeat penality to the llama2-c command line example. (#713)Laurent Mazare2023-09-011-1/+1
* Handle the empty sequence case properly. (#712)Laurent Mazare2023-09-011-1/+1
* Add a repeat penalty to the llama2.c wasm example. (#709)Laurent Mazare2023-09-011-2/+22
* Llama2.c wasm module. (#686)Laurent Mazare2023-08-311-0/+83