index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support more mistral models. (#1927)
Laurent Mazare
2024-03-24
1
-2
/
+39
*
Improve the error message on overlong prompts. (#1908)
Laurent Mazare
2024-03-21
1
-0
/
+14
*
whisper readme (#1899)
Sanchit Gandhi
2024-03-21
1
-3
/
+4
*
support distil-large-v3 (#1898)
Sanchit Gandhi
2024-03-21
1
-1
/
+5
*
Update the image crate + use the re-exported version. (#1893)
Laurent Mazare
2024-03-21
3
-24
/
+25
*
Avoid copying the data on squeeze and unsqueeze. (#1884)
Laurent Mazare
2024-03-20
1
-3
/
+3
*
Apply rustfmt. (#1873)
Laurent Mazare
2024-03-18
1
-3
/
+3
*
Add a DQN example to the reinforcement-learning section (#1872)
Gabriel
2024-03-18
2
-0
/
+121
*
Microphone support for the encodec example. (#1866)
Laurent Mazare
2024-03-18
2
-7
/
+31
*
Improve the encodec example: handle resampling. (#1865)
Laurent Mazare
2024-03-18
4
-64
/
+309
*
Fix for the encodec example. (#1861)
Laurent Mazare
2024-03-17
1
-2
/
+1
*
Move the image tensor to the appropriate device. (#1856)
Laurent Mazare
2024-03-16
10
-10
/
+10
*
StableLM-2 models were updated to use GPT-2 tokenization. (#1847)
Jani Monoses
2024-03-14
2
-13
/
+1
*
Update gemma README (#1843)
Tyler Rockwood
2024-03-13
1
-1
/
+1
*
Fix the model path for rwkv. (#1825)
Laurent Mazare
2024-03-09
1
-1
/
+1
*
Quantized version of the metavoice model. (#1824)
Laurent Mazare
2024-03-09
1
-8
/
+36
*
Fast CPU kernel for transposed 1d convolutions. (#1822)
Laurent Mazare
2024-03-08
1
-1
/
+1
*
Add a --seed argument to the stable-diffusion example. (#1812)
Niklas Hallqvist
2024-03-08
1
-0
/
+8
*
Add a flag to select the dtype used in metavoice. (#1805)
Laurent Mazare
2024-03-05
1
-10
/
+22
*
Add an initial Segformer implementation (#1617)
Jiayu Liu
2024-03-03
3
-0
/
+935
*
More metavoice tweaks. (#1796)
Laurent Mazare
2024-03-03
1
-1
/
+5
*
Normalize loudness of the generated audio (#1795)
Laurent Mazare
2024-03-03
5
-2
/
+543
*
Use the same padding in metavoice as in the python version. (#1794)
Laurent Mazare
2024-03-03
1
-3
/
+6
*
Tweaks to run metavoice on metal (#1792)
Laurent Mazare
2024-03-03
1
-4
/
+11
*
Metavoice position fix (#1791)
Laurent Mazare
2024-03-02
1
-5
/
+8
*
Add the instruction finetuned gemma variants. (#1790)
Laurent Mazare
2024-03-02
1
-0
/
+2
*
Metavoice - first cut (#1717)
Laurent Mazare
2024-03-02
2
-0
/
+236
*
fix rwkv example eos token (#1785)
Jack Shih
2024-03-01
1
-0
/
+5
*
Mention rwkv v6 in the readmes. (#1784)
Laurent Mazare
2024-03-01
1
-2
/
+2
*
EfficientVit (MSRA) model (#1783)
Jani Monoses
2024-03-01
2
-0
/
+119
*
add models of rwkv v6 and quantized rwkv v6 (#1781)
Jack Shih
2024-03-01
1
-15
/
+41
*
Add the StarCoder2 model. (#1779)
Laurent Mazare
2024-02-28
2
-1
/
+254
*
Add a flag to force running the quantized model on CPUs. (#1778)
Laurent Mazare
2024-02-28
1
-1
/
+5
*
Support more modes in the encodec example. (#1777)
Laurent Mazare
2024-02-28
7
-641
/
+159
*
Make some dependencies optional in the examples. (#1776)
Laurent Mazare
2024-02-28
1
-2
/
+14
*
Encodec encoding demo. (#1775)
Laurent Mazare
2024-02-28
1
-1
/
+16
*
Encodec model. (#1771)
Laurent Mazare
2024-02-27
4
-0
/
+114
*
Add an option to split the prompt. (#1766)
Laurent Mazare
2024-02-27
1
-1
/
+14
*
add quantized rwkv v5 model (#1743)
Jack Shih
2024-02-25
1
-4
/
+38
*
Cuda acceleration for quantized model. (#1754)
Laurent Mazare
2024-02-25
1
-0
/
+1
*
Fix the eos token for gemma. (#1753)
Laurent Mazare
2024-02-24
1
-2
/
+2
*
Fix typo in README (#1740)
Daniel Varga
2024-02-22
1
-1
/
+1
*
Make the cache for the llama model explicit too. (#1745)
Laurent Mazare
2024-02-22
1
-3
/
+3
*
Explicit caching in llama2.c.
laurent
2024-02-22
2
-20
/
+21
*
Add the Gemma models. (#1741)
Laurent Mazare
2024-02-21
2
-0
/
+281
*
Use the tokenizer-output-stream in the llama example. (#1715)
Laurent Mazare
2024-02-15
4
-20
/
+17
*
Add a readme for rwkv. (#1712)
Laurent Mazare
2024-02-14
1
-0
/
+17
*
Custom tokenizer for rwkv. (#1711)
Laurent Mazare
2024-02-14
1
-38
/
+13
*
Add the RWKV model (v5). (#1707)
Laurent Mazare
2024-02-14
1
-0
/
+290
*
Add ConvNeXt-V2 and smaller model variants. (#1709)
Jani Monoses
2024-02-14
2
-15
/
+40
[next]