summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src/app.rs
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes. (#2415)Laurent Mazare2024-08-141-7/+5
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-6/+6
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-1/+1
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-121-4/+19
* Bugfix for the llama2 wasm example. (#310)Laurent Mazare2023-08-021-2/+13
* Wasm llama2 tweaks (#309)Laurent Mazare2023-08-021-1/+1
* Update the repo location. (#305)Laurent Mazare2023-08-021-1/+1
* Display the temperature being used for text generation. (#278)Laurent Mazare2023-07-301-4/+8
* Updated.Nicolas Patry2023-07-261-1/+1
* Simple QOL.Nicolas Patry2023-07-261-1/+12
* Add number of tokens.Nicolas Patry2023-07-261-2/+12
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-241-2/+17
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-0/+188