summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-121-5/+11
* Llama2c WASM UI improvements (#732)Radamés Ajna2023-09-041-1/+1
* Add a repeat penalty to the llama2.c wasm example. (#709)Laurent Mazare2023-09-011-37/+3
* Llama2.c wasm module. (#686)Laurent Mazare2023-08-311-5/+5
* Bugfix for the llama2 wasm example. (#310)Laurent Mazare2023-08-021-7/+24
* Wasm llama2 tweaks (#309)Laurent Mazare2023-08-021-21/+7
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-2/+2
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-241-5/+13
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-0/+353