summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-1/+1
* Clippy fixes. (#2415)Laurent Mazare2024-08-142-8/+6
* Update gloo requirement from 0.8 to 0.11 (#1558)dependabot[bot]2024-01-101-1/+1
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-3/+3
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-6/+6
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-3/+3
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-3/+3
* Fix a couple typos (#1451)Laurent Mazare2023-12-172-2/+2
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-3/+3
* llama2-c wasm fix.Laurent2023-11-021-1/+3
* Minor cleanup (#1194)Laurent Mazare2023-10-271-17/+3
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-3/+3
* fix firstToken, minor ui changes (#971)Radamés Ajna2023-09-272-100/+101
* fix rep penalty min value (#963)Radamés Ajna2023-09-261-1/+1
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-3/+3
* minor UI fixes (#856)Radamés Ajna2023-09-151-3/+9
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-124-12/+57
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-3/+3
* force model cache (#751)Radamés Ajna2023-09-062-8/+20
* Minor WASM UI improvements (#748)Radamés Ajna2023-09-052-14/+36
* Fix clippy lint. (#736)Laurent Mazare2023-09-041-2/+2
* Llama2c WASM UI improvements (#732)Radamés Ajna2023-09-046-2/+464
* Avoid some redundant clone. (#731)Laurent Mazare2023-09-041-1/+1
* Add a repeat penality to the llama2-c command line example. (#713)Laurent Mazare2023-09-011-1/+1
* Handle the empty sequence case properly. (#712)Laurent Mazare2023-09-011-1/+1
* Add a repeat penalty to the llama2.c wasm example. (#709)Laurent Mazare2023-09-013-39/+26
* Llama2.c wasm module. (#686)Laurent Mazare2023-08-313-7/+90
* Add some documentation. (#673)Laurent Mazare2023-08-301-2/+2
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-2/+2
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-2/+2
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-2/+2
* 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
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-2/+2
* 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-022-10/+8
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-2/+2
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* 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-282-3/+3
* 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-246-8/+34
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-248-0/+968