summaryrefslogtreecommitdiff
path: root/candle-wasm-examples
Commit message (Expand)AuthorAgeFilesLines
...
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-124-12/+57
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-124-10/+10
* Return the low res mask in the wasm segment-anything module. (#798)Laurent Mazare2023-09-101-1/+11
* Add a wasm module for the segment anything example. (#797)Laurent Mazare2023-09-104-0/+163
* force model cache (#751)Radamés Ajna2023-09-064-20/+44
* Minor WASM UI improvements (#748)Radamés Ajna2023-09-054-44/+101
* 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
* Remove unnecessary file. (#710)Laurent Mazare2023-09-011-0/+0
* Add a repeat penalty to the llama2.c wasm example. (#709)Laurent Mazare2023-09-014-39/+26
* Add the kv-cache to the whisper wasm version. (#689)Laurent Mazare2023-08-313-40/+95
* Llama2.c wasm module. (#686)Laurent Mazare2023-08-313-7/+90
* Add Yolo Pose to JS Example (#684)Radamés Ajna2023-08-313-23/+117
* Improve Whisper WASM UI example (#669)Radamés Ajna2023-08-307-3/+487
* Add some documentation. (#673)Laurent Mazare2023-08-303-6/+6
* Simplify usage of the pool functions. (#662)Laurent Mazare2023-08-291-3/+3
* Dilated convolutions (#657)Laurent Mazare2023-08-292-0/+3
* Add wasm support for yolo-v8 pose detection. (#630)Laurent Mazare2023-08-273-29/+304
* Remove some dead-code annotations. (#629)Laurent Mazare2023-08-274-43/+0
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-273-6/+6
* [WIP] Improve Yolo WASM UI example (#591)Radamés Ajna2023-08-269-23/+602
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-235-7/+13
* Also fix the aspect ratio in the wasm example. (#556)Laurent Mazare2023-08-225-26/+67
* Sketch the yolo wasm example. (#546)Laurent Mazare2023-08-229-0/+1256
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-202-4/+4
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-182-2/+2
* 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-152-4/+4
* Add a cuda kernel for upsampling. (#441)Laurent Mazare2023-08-141-4/+1
* 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