index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clippy fixes for the cuda feature. (#2650)
Laurent Mazare
2024-11-29
2
-11
/
+11
*
Adds support for stella_en_v5 embedding model -400M variant (#2608)
iskng
2024-11-29
3
-112
/
+555
*
Lint fixes introduced with Rust 1.83 (#2646)
Anubhab Bandyopadhyay
2024-11-28
19
-55
/
+57
*
Fix for whisper-microphone example failure if audio isn't chunk aligned (#2645)
Adam Nelson
2024-11-27
1
-3
/
+17
*
Onnx Support for Sign operation #2641 (#2642)
Ionut Mihalcea
2024-11-26
2
-0
/
+47
*
Provide a method to allow PTH files with state maps to be loaded. (#2639)
zachcp
2024-11-26
1
-1
/
+11
*
fix typo (#2606)
Andrei Fajardo
2024-11-23
1
-1
/
+1
*
Tweak the CI to avoid running out of disk space. (#2630)
Laurent Mazare
2024-11-19
1
-0
/
+3
*
20241118 docs (#2629)
zachcp
2024-11-19
27
-12
/
+72
*
Import the ggml_cuda_dp4a function. (#2628)
Laurent Mazare
2024-11-19
1
-33
/
+44
*
Fix for clippy. (#2626)
Laurent Mazare
2024-11-18
1
-1
/
+1
*
Module Docs (#2624)
zachcp
2024-11-18
39
-115
/
+170
*
More Model Module Docs (#2623)
zachcp
2024-11-17
12
-72
/
+291
*
Module Docs (#2620)
zachcp
2024-11-16
5
-10
/
+126
*
Remove some unused macros. (#2618)
Laurent Mazare
2024-11-15
9
-14
/
+13
*
Documentation Pass for Models (#2617)
zachcp
2024-11-15
94
-51
/
+1001
*
Add max-all/min-all. (#2616)
Laurent Mazare
2024-11-14
1
-0
/
+36
*
Add some missing index-select metal kernels. (#2613)
Laurent Mazare
2024-11-12
3
-2
/
+16
*
Bump the crate version to 0.8.0. (#2612)
Laurent Mazare
2024-11-12
5
-16
/
+16
*
Update docs (#2553)
zachcp
2024-11-11
10
-0
/
+48
*
Add some fast Metal MLX SDPA kernels (#2584)
Eric Buehler
2024-11-05
7
-15
/
+2007
*
Improved launch config for layer-norm/rms-norm. (#2591)
Laurent Mazare
2024-11-04
3
-12
/
+72
*
Add the SmolLM2 models. (#2595)
Laurent Mazare
2024-11-03
3
-18
/
+73
*
Support Skip Layer Guidance (SLG) for Stable Diffusion 3.5 Medium (#2590)
Czxck001
2024-11-01
3
-10
/
+79
*
Lazy upcasting for t5. (#2589)
Laurent Mazare
2024-10-30
3
-34
/
+59
*
Support sd3.5 medium and MMDiT-X (#2587)
Czxck001
2024-10-30
4
-35
/
+269
*
Reduce memory usage for sd 3.5. (#2582)
Laurent Mazare
2024-10-28
1
-0
/
+2
*
Release the mmdit model earlier to reduce memory usage. (#2581)
Laurent Mazare
2024-10-28
1
-16
/
+17
*
UG metal integration. (#2580)
Laurent Mazare
2024-10-27
8
-18
/
+92
*
Support for UG kernels. (#2579)
Laurent Mazare
2024-10-27
8
-2
/
+139
*
Stable diffusion 3.5 support. (#2578)
Laurent Mazare
2024-10-27
5
-85
/
+209
*
Update README.md (#2577)
sashaphmn
2024-10-26
1
-1
/
+2
*
Fix the repo name for llama 3.1. (#2576)
Laurent Mazare
2024-10-26
3
-7
/
+7
*
use softmax_last_dim (metal and cuda kernel) in llama attention layer (#2572)
Zack Angelo
2024-10-23
1
-1
/
+2
*
ONNX: GatherElements, Xor (#2568)
Anubhab Bandyopadhyay
2024-10-17
2
-0
/
+582
*
Testcases (#2567)
Anubhab Bandyopadhyay
2024-10-17
2
-3
/
+278
*
onnx: ReduceMin/Max Ops (#2563)
Anubhab Bandyopadhyay
2024-10-15
2
-1
/
+1211
*
Enable stable-diffusion 3 on metal. (#2560)
Laurent Mazare
2024-10-14
4
-12
/
+11
*
Adds support for Stella_en_v5 embedding model - 1.5B variant (#2551)
Anubhab Bandyopadhyay
2024-10-13
4
-0
/
+804
*
fix: Allow marian configs to deserialize from json. (#2556)
Mikarific
2024-10-13
1
-1
/
+2
*
Fix the guide to gain access to Stable Diffusion 3 Medium (#2559)
Czxck001
2024-10-13
1
-2
/
+9
*
Add Stable Diffusion 3 Example (#2558)
Czxck001
2024-10-13
16
-34
/
+751
*
feat: intergrate chinese clip and add example (#2555)
SethWen
2024-10-10
5
-0
/
+1358
*
Add BertForMaskedLM to support SPLADE Models (#2550)
Akshay Ballal
2024-10-07
3
-0
/
+335
*
improve (#2548)
Jorge António
2024-10-07
1
-0
/
+1
*
Switch to using the MLX matmul by default. (#2547)
Laurent Mazare
2024-10-06
1
-3
/
+3
*
pyo3 update. (#2545)
Laurent Mazare
2024-10-06
5
-27
/
+22
*
Tensor tools print all (#2543)
Laurent Mazare
2024-10-05
1
-0
/
+29
*
Add required feature for whisper example in Readme (#2539)
dengelt
2024-10-04
1
-1
/
+1
*
Make the RNN configs accessible from the models. (#2541)
Laurent Mazare
2024-10-04
3
-74
/
+103
[next]