index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-wasm-examples
/
llama2-c
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clippy fixes for 1.81.0. (#2461)
Laurent Mazare
2024-09-05
1
-1
/
+1
*
Clippy fixes. (#2415)
Laurent Mazare
2024-08-14
1
-7
/
+5
*
Fix lints for clippy 1.75. (#1494)
Laurent Mazare
2023-12-28
1
-6
/
+6
*
Fix a couple typos (#1451)
Laurent Mazare
2023-12-17
2
-2
/
+2
*
llama2-c wasm fix.
Laurent
2023-11-02
1
-1
/
+3
*
Minor cleanup (#1194)
Laurent Mazare
2023-10-27
1
-17
/
+3
*
Implement top_p / nucleus sampling (#819)
Juarez Bochi
2023-09-12
3
-11
/
+38
*
Fix clippy lint. (#736)
Laurent Mazare
2023-09-04
1
-2
/
+2
*
Llama2c WASM UI improvements (#732)
Radamés Ajna
2023-09-04
2
-2
/
+8
*
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
*
Add a repeat penalty to the llama2.c wasm example. (#709)
Laurent Mazare
2023-09-01
2
-39
/
+25
*
Llama2.c wasm module. (#686)
Laurent Mazare
2023-08-31
3
-7
/
+90
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
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
*
Bugfix for the llama2 wasm example. (#310)
Laurent Mazare
2023-08-02
2
-9
/
+37
*
Wasm llama2 tweaks (#309)
Laurent Mazare
2023-08-02
4
-51
/
+12
*
Update the repo location. (#305)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
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
2
-3
/
+3
*
Updated.
Nicolas Patry
2023-07-26
1
-1
/
+1
*
Simple QOL.
Nicolas Patry
2023-07-26
1
-1
/
+12
*
Add number of tokens.
Nicolas Patry
2023-07-26
1
-2
/
+12
*
Polish the llama2 wasm ui. (#232)
Laurent Mazare
2023-07-24
5
-8
/
+33
*
Re-organize the wasm examples (#231)
Laurent Mazare
2023-07-24
6
-0
/
+900