summaryrefslogtreecommitdiff
path: root/candle-examples
Commit message (Expand)AuthorAgeFilesLines
* Support more mistral models. (#1927)Laurent Mazare2024-03-241-2/+39
* Improve the error message on overlong prompts. (#1908)Laurent Mazare2024-03-211-0/+14
* whisper readme (#1899)Sanchit Gandhi2024-03-211-3/+4
* support distil-large-v3 (#1898)Sanchit Gandhi2024-03-211-1/+5
* Update the image crate + use the re-exported version. (#1893)Laurent Mazare2024-03-213-24/+25
* Avoid copying the data on squeeze and unsqueeze. (#1884)Laurent Mazare2024-03-201-3/+3
* Apply rustfmt. (#1873)Laurent Mazare2024-03-181-3/+3
* Add a DQN example to the reinforcement-learning section (#1872)Gabriel2024-03-182-0/+121
* Microphone support for the encodec example. (#1866)Laurent Mazare2024-03-182-7/+31
* Improve the encodec example: handle resampling. (#1865)Laurent Mazare2024-03-184-64/+309
* Fix for the encodec example. (#1861)Laurent Mazare2024-03-171-2/+1
* Move the image tensor to the appropriate device. (#1856)Laurent Mazare2024-03-1610-10/+10
* StableLM-2 models were updated to use GPT-2 tokenization. (#1847)Jani Monoses2024-03-142-13/+1
* Update gemma README (#1843)Tyler Rockwood2024-03-131-1/+1
* Fix the model path for rwkv. (#1825)Laurent Mazare2024-03-091-1/+1
* Quantized version of the metavoice model. (#1824)Laurent Mazare2024-03-091-8/+36
* Fast CPU kernel for transposed 1d convolutions. (#1822)Laurent Mazare2024-03-081-1/+1
* Add a --seed argument to the stable-diffusion example. (#1812)Niklas Hallqvist2024-03-081-0/+8
* Add a flag to select the dtype used in metavoice. (#1805)Laurent Mazare2024-03-051-10/+22
* Add an initial Segformer implementation (#1617)Jiayu Liu2024-03-033-0/+935
* More metavoice tweaks. (#1796)Laurent Mazare2024-03-031-1/+5
* Normalize loudness of the generated audio (#1795)Laurent Mazare2024-03-035-2/+543
* Use the same padding in metavoice as in the python version. (#1794)Laurent Mazare2024-03-031-3/+6
* Tweaks to run metavoice on metal (#1792)Laurent Mazare2024-03-031-4/+11
* Metavoice position fix (#1791)Laurent Mazare2024-03-021-5/+8
* Add the instruction finetuned gemma variants. (#1790)Laurent Mazare2024-03-021-0/+2
* Metavoice - first cut (#1717)Laurent Mazare2024-03-022-0/+236
* fix rwkv example eos token (#1785)Jack Shih2024-03-011-0/+5
* Mention rwkv v6 in the readmes. (#1784)Laurent Mazare2024-03-011-2/+2
* EfficientVit (MSRA) model (#1783)Jani Monoses2024-03-012-0/+119
* add models of rwkv v6 and quantized rwkv v6 (#1781)Jack Shih2024-03-011-15/+41
* Add the StarCoder2 model. (#1779)Laurent Mazare2024-02-282-1/+254
* Add a flag to force running the quantized model on CPUs. (#1778)Laurent Mazare2024-02-281-1/+5
* Support more modes in the encodec example. (#1777)Laurent Mazare2024-02-287-641/+159
* Make some dependencies optional in the examples. (#1776)Laurent Mazare2024-02-281-2/+14
* Encodec encoding demo. (#1775)Laurent Mazare2024-02-281-1/+16
* Encodec model. (#1771)Laurent Mazare2024-02-274-0/+114
* Add an option to split the prompt. (#1766)Laurent Mazare2024-02-271-1/+14
* add quantized rwkv v5 model (#1743)Jack Shih2024-02-251-4/+38
* Cuda acceleration for quantized model. (#1754)Laurent Mazare2024-02-251-0/+1
* Fix the eos token for gemma. (#1753)Laurent Mazare2024-02-241-2/+2
* Fix typo in README (#1740)Daniel Varga2024-02-221-1/+1
* Make the cache for the llama model explicit too. (#1745)Laurent Mazare2024-02-221-3/+3
* Explicit caching in llama2.c.laurent2024-02-222-20/+21
* Add the Gemma models. (#1741)Laurent Mazare2024-02-212-0/+281
* Use the tokenizer-output-stream in the llama example. (#1715)Laurent Mazare2024-02-154-20/+17
* Add a readme for rwkv. (#1712)Laurent Mazare2024-02-141-0/+17
* Custom tokenizer for rwkv. (#1711)Laurent Mazare2024-02-141-38/+13
* Add the RWKV model (v5). (#1707)Laurent Mazare2024-02-141-0/+290
* Add ConvNeXt-V2 and smaller model variants. (#1709)Jani Monoses2024-02-142-15/+40