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
*
Minor cleanup (#1194)
Laurent Mazare
2023-10-27
1
-17
/
+3
*
[Wasm] BLIP Example (#1183)
Radamés Ajna
2023-10-26
8
-0
/
+777
*
[Wasm] Add puffin phi model to wasm (#1166)
Radamés Ajna
2023-10-25
3
-38
/
+204
*
Remove some unusued bits. (#1067)
Laurent Mazare
2023-10-09
2
-2
/
+0
*
feat: [SAM] able to download the result as png (#1035)
lichin-lin
2023-10-05
1
-0
/
+60
*
Quant t5: Add coedit model to wasm demo and readme (#1031)
Juarez Bochi
2023-10-04
2
-4
/
+44
*
Whisper quantized wasm (#1028)
Radamés Ajna
2023-10-04
12
-596
/
+539
*
[SAM] Add undo button and background point mode (#1020)
Radamés Ajna
2023-10-02
1
-61
/
+165
*
[segment-anything] add multi point logic for demo site (#1002)
lichin-lin
2023-10-01
3
-14
/
+29
*
Bump the version to 0.3.0. (#1014)
Laurent Mazare
2023-10-01
7
-19
/
+19
*
Add negative prompts to segment-anything. (#1000)
Laurent Mazare
2023-09-30
1
-1
/
+1
*
Phi 1.5 wasm module (#966)
Radamés Ajna
2023-09-27
7
-0
/
+725
*
fix firstToken, minor ui changes (#971)
Radamés Ajna
2023-09-27
2
-100
/
+101
*
fix rep penalty min value (#963)
Radamés Ajna
2023-09-26
2
-2
/
+2
*
[segment-anything] Support multi-point as the prompt input (#945)
GeauxEric
2023-09-25
1
-1
/
+1
*
Depreate the VarBuilder::from_safetensors function. (#951)
Laurent Mazare
2023-09-24
1
-3
/
+2
*
Pass directly the buffer ownership. (#949)
Laurent Mazare
2023-09-24
5
-18
/
+12
*
smaller t5 models quantized (#934)
Radamés Ajna
2023-09-22
1
-2
/
+2
*
T5 Wasm (#918)
Radamés Ajna
2023-09-22
10
-0
/
+1115
*
BERT Wasm (#902)
Radamés Ajna
2023-09-19
8
-0
/
+717
*
Bump the crate versions to v0.2.3. (#886)
Laurent Mazare
2023-09-18
4
-10
/
+10
*
Fix typos in SAM WASM example (#884)
Aaron Sun
2023-09-18
1
-2
/
+2
*
Update README + SAM (#866)
Radamés Ajna
2023-09-16
3
-5
/
+4
*
Add SAM UI Demo (#854)
Radamés Ajna
2023-09-15
4
-2
/
+609
*
minor UI fixes (#856)
Radamés Ajna
2023-09-15
3
-11
/
+27
*
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
[next]