summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src/model.rs
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-1/+1
* llama2-c wasm fix.Laurent2023-11-021-1/+3
* Minor cleanup (#1194)Laurent Mazare2023-10-271-17/+3
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+1
* Add an abstract type for RmsNorm. (#499)Laurent Mazare2023-08-181-6/+6
* Layer norm tweaks (#482)Laurent Mazare2023-08-171-35/+9
* Wasm llama2 tweaks (#309)Laurent Mazare2023-08-021-4/+4
* Use u8 tensors for masks. (#273)Laurent Mazare2023-07-291-2/+1
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-1/+1
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-241-1/+1
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-0/+321