summaryrefslogtreecommitdiff
path: root/candle-wasm-examples
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for the llama2 wasm example. (#310)Laurent Mazare2023-08-022-9/+37
* Wasm llama2 tweaks (#309)Laurent Mazare2023-08-026-52/+14
* Update the repo location. (#305)Laurent Mazare2023-08-023-19/+15
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-022-4/+4
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-022-2/+2
* Display the temperature being used for text generation. (#278)Laurent Mazare2023-07-301-4/+8
* Use u8 tensors for masks. (#273)Laurent Mazare2023-07-291-2/+1
* Softmax numerical stability. (#267)Laurent Mazare2023-07-284-11/+8
* Removing inner dependency on safetensors.Nicolas Patry2023-07-271-1/+1
* TP sharding v2Nicolas Patry2023-07-272-2/+3
* Micro-cleanup. (#256)Laurent Mazare2023-07-271-4/+2
* Updated.Nicolas Patry2023-07-261-1/+1
* Simple QOL.Nicolas Patry2023-07-262-3/+22
* Add number of tokens.Nicolas Patry2023-07-261-2/+12
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-246-8/+34
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-2418-0/+2310