index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-wasm-examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement top_p / nucleus sampling (#819)
Juarez Bochi
2023-09-12
4
-12
/
+57
*
Bump the crate version + update the changelog. (#822)
Laurent Mazare
2023-09-12
4
-10
/
+10
*
Return the low res mask in the wasm segment-anything module. (#798)
Laurent Mazare
2023-09-10
1
-1
/
+11
*
Add a wasm module for the segment anything example. (#797)
Laurent Mazare
2023-09-10
4
-0
/
+163
*
force model cache (#751)
Radamés Ajna
2023-09-06
4
-20
/
+44
*
Minor WASM UI improvements (#748)
Radamés Ajna
2023-09-05
4
-44
/
+101
*
Fix clippy lint. (#736)
Laurent Mazare
2023-09-04
1
-2
/
+2
*
Llama2c WASM UI improvements (#732)
Radamés Ajna
2023-09-04
6
-2
/
+464
*
Avoid some redundant clone. (#731)
Laurent Mazare
2023-09-04
1
-1
/
+1
*
Add a repeat penality to the llama2-c command line example. (#713)
Laurent Mazare
2023-09-01
1
-1
/
+1
*
Handle the empty sequence case properly. (#712)
Laurent Mazare
2023-09-01
1
-1
/
+1
*
Remove unnecessary file. (#710)
Laurent Mazare
2023-09-01
1
-0
/
+0
*
Add a repeat penalty to the llama2.c wasm example. (#709)
Laurent Mazare
2023-09-01
4
-39
/
+26
*
Add the kv-cache to the whisper wasm version. (#689)
Laurent Mazare
2023-08-31
3
-40
/
+95
*
Llama2.c wasm module. (#686)
Laurent Mazare
2023-08-31
3
-7
/
+90
*
Add Yolo Pose to JS Example (#684)
Radamés Ajna
2023-08-31
3
-23
/
+117
*
Improve Whisper WASM UI example (#669)
Radamés Ajna
2023-08-30
7
-3
/
+487
*
Add some documentation. (#673)
Laurent Mazare
2023-08-30
3
-6
/
+6
*
Simplify usage of the pool functions. (#662)
Laurent Mazare
2023-08-29
1
-3
/
+3
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
2
-0
/
+3
*
Add wasm support for yolo-v8 pose detection. (#630)
Laurent Mazare
2023-08-27
3
-29
/
+304
*
Remove some dead-code annotations. (#629)
Laurent Mazare
2023-08-27
4
-43
/
+0
*
Bump the crate version + update CHANGELOG. (#628)
Laurent Mazare
2023-08-27
3
-6
/
+6
*
[WIP] Improve Yolo WASM UI example (#591)
Radamés Ajna
2023-08-26
9
-23
/
+602
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
5
-7
/
+13
*
Also fix the aspect ratio in the wasm example. (#556)
Laurent Mazare
2023-08-22
5
-26
/
+67
*
Sketch the yolo wasm example. (#546)
Laurent Mazare
2023-08-22
9
-0
/
+1256
*
Bump the crates version to 0.1.2. (#522)
Laurent Mazare
2023-08-20
2
-4
/
+4
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
2
-2
/
+2
*
Add an abstract type for RmsNorm. (#499)
Laurent Mazare
2023-08-18
1
-6
/
+6
*
Layer norm tweaks (#482)
Laurent Mazare
2023-08-17
1
-35
/
+9
*
Rename vec-dot to vec-ops. (#449)
Laurent Mazare
2023-08-15
2
-4
/
+4
*
Add a cuda kernel for upsampling. (#441)
Laurent Mazare
2023-08-14
1
-4
/
+1
*
Bugfix for the llama2 wasm example. (#310)
Laurent Mazare
2023-08-02
2
-9
/
+37
*
Wasm llama2 tweaks (#309)
Laurent Mazare
2023-08-02
6
-52
/
+14
*
Update the repo location. (#305)
Laurent Mazare
2023-08-02
3
-19
/
+15
*
Add version numbers for all the candle crates (#303)
Laurent Mazare
2023-08-02
2
-4
/
+4
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
2
-2
/
+2
*
Display the temperature being used for text generation. (#278)
Laurent Mazare
2023-07-30
1
-4
/
+8
*
Use u8 tensors for masks. (#273)
Laurent Mazare
2023-07-29
1
-2
/
+1
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
4
-11
/
+8
*
Removing inner dependency on safetensors.
Nicolas Patry
2023-07-27
1
-1
/
+1
*
TP sharding v2
Nicolas Patry
2023-07-27
2
-2
/
+3
*
Micro-cleanup. (#256)
Laurent Mazare
2023-07-27
1
-4
/
+2
*
Updated.
Nicolas Patry
2023-07-26
1
-1
/
+1
*
Simple QOL.
Nicolas Patry
2023-07-26
2
-3
/
+22
*
Add number of tokens.
Nicolas Patry
2023-07-26
1
-2
/
+12
*
Polish the llama2 wasm ui. (#232)
Laurent Mazare
2023-07-24
6
-8
/
+34
*
Re-organize the wasm examples (#231)
Laurent Mazare
2023-07-24
18
-0
/
+2310
[prev]