summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src
Commit message (Collapse)AuthorAgeFilesLines
* Add number of tokens.Nicolas Patry2023-07-261-2/+12
|
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-245-8/+33
| | | | | * Polish the llama2 wasm ui. * readme update.
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-246-0/+900
* Move the whisper example. * More renaming. * Add llama2 as a new wasm example. * Live generation. * More of the llama wasm example. * Formatting.