summaryrefslogtreecommitdiff
path: root/candle-nn
Commit message (Expand)AuthorAgeFilesLines
...
* More general seq forward functions for RNNs. (#1050)Laurent Mazare2023-10-071-27/+25
* Use AsRef<str> for set_one. (#1033)Laurent Mazare2023-10-051-1/+1
* Improve the quantized whisper setup. (#1018)Laurent Mazare2023-10-021-1/+1
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-012-21/+1
* Use a silu activation in mistral. (#991)Laurent Mazare2023-09-291-0/+4
* Use the gelu-erf activation. (#969)Laurent Mazare2023-09-261-3/+1
* Configurable layer idx for the lstm layer. (#962)Laurent Mazare2023-09-251-4/+12
* Depreate the VarBuilder::from_safetensors function. (#951)Laurent Mazare2023-09-241-2/+6
* Self-contained safetensors for the multiprocess llama example. (#950)Laurent Mazare2023-09-241-31/+17
* Add the buffered safetensor wrapper. (#948)Laurent Mazare2023-09-231-0/+32
* Self-contained safetensor wrappers (#946)Laurent Mazare2023-09-231-1/+42
* Use yoke to provide a self-referential container for mmaped safetenso… (#939)Laurent Mazare2023-09-231-11/+5
* VarMap setter functions (#938)Laurent Mazare2023-09-231-0/+38
* Add clone to various nn layers. (#910)Laurent Mazare2023-09-207-11/+11
* Fix the leaky relu. (#898)Laurent Mazare2023-09-191-1/+2
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-1/+1
* Remove the parameters for the Wuerstchen layer-norm. (#879)Laurent Mazare2023-09-171-1/+1
* Replication pad (#861)Laurent Mazare2023-09-151-0/+15
* DiffNeXt/unet (#859)Laurent Mazare2023-09-151-0/+24
* Add leaky-relu in the activation enum. (#858)Laurent Mazare2023-09-151-0/+2
* Add the upblocks. (#853)Laurent Mazare2023-09-141-0/+4
* Add support to flan-t5 (#840)Juarez Bochi2023-09-131-0/+6
* Extract T5 module and add main function to use it (#829)Juarez Bochi2023-09-132-1/+5
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-1/+1
* Bugfix for the conv2d cpu kernel. (#820)Laurent Mazare2023-09-111-1/+1
* Add weight, bias, and hidden_size methods (#816)Eric Buehler2023-09-112-0/+21
* im2col based conv2d (#802)Laurent Mazare2023-09-101-16/+69
* Bugfix so that im2col produce the same results as conv2d. (#801)Laurent Mazare2023-09-101-1/+5
* Add an im2col based benchmark. (#800)Laurent Mazare2023-09-101-2/+71
* TinyViT backbone for segment-anything. (#787)Laurent Mazare2023-09-091-13/+13
* Segment Anything - process images (#766)Laurent Mazare2023-09-072-6/+7
* More segment-anything. (#763)Laurent Mazare2023-09-071-0/+11
* Expose the conv2d-transpose layers. (#761)Laurent Mazare2023-09-072-1/+45
* Add a nn layer for conv-transpose2d. (#760)Laurent Mazare2023-09-071-1/+50
* Use an arc in the varbuilder rather than rc. (#757)Laurent Mazare2023-09-061-6/+6
* Softmax implementation for cuda. (#747)Laurent Mazare2023-09-051-8/+51
* Tweaks to softmax. (#745)Laurent Mazare2023-09-051-5/+3
* Add a custom softmax implementation. (#744)Laurent Mazare2023-09-054-1/+258
* Fix typo in the nll function document (#742)Masato Mori2023-09-051-1/+1
* Avoid some redundant clone. (#731)Laurent Mazare2023-09-041-2/+2
* Musicgen text embeddings. (#726)Laurent Mazare2023-09-031-0/+8
* Add the mse loss. (#723)Laurent Mazare2023-09-031-0/+5
* Fix the rnn tests for accelerate. (#704)Laurent Mazare2023-09-011-2/+4
* Add the optimizer trait. (#702)Laurent Mazare2023-09-014-51/+65
* Add some doc to the varbuilder. (#700)Laurent Mazare2023-09-011-0/+24
* Allow retrieving and setting prefix of VarBuilder (#699)Lennard2023-09-011-0/+14
* Add a GRU layer. (#688)Laurent Mazare2023-08-313-1/+187
* Set the learning rate. (#687)Laurent Mazare2023-08-311-0/+8
* Add a python variant for the lstm test. (#682)Laurent Mazare2023-08-301-0/+15
* Add a LSTM test. (#681)Laurent Mazare2023-08-302-1/+43