summaryrefslogtreecommitdiff
path: root/candle-examples/examples/musicgen
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-3/+3
* Support more modes in the encodec example. (#1777)Laurent Mazare2024-02-284-609/+32
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-1/+1
* Support for timegroupnorm in encodec. (#1291)Laurent Mazare2023-11-071-3/+15
* Use candle_nn::LSTM in encodec. (#1051)Laurent Mazare2023-10-071-15/+46
* Remove some todos. (#1042)Laurent Mazare2023-10-051-2/+2
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-3/+1
* Add a KV cache to T5. (#873)Laurent Mazare2023-09-171-1/+1
* Extract T5 module and add main function to use it (#829)Juarez Bochi2023-09-133-440/+6
* Proper log buckets for t5. (#727)Laurent Mazare2023-09-031-37/+74
* Musicgen text embeddings. (#726)Laurent Mazare2023-09-033-15/+77
* Fix the musicgen example. (#724)Laurent Mazare2023-09-035-134/+62
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+2
* VarBuilder cleanup (#627)Laurent Mazare2023-08-271-1/+1
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-2/+10
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-0/+3
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-183-0/+3
* Remove the embedding ops in favor of index-select. (#299)Laurent Mazare2023-08-021-1/+1
* Softmax numerical stability. (#267)Laurent Mazare2023-07-282-2/+2
* Rename the .r functions to .dims so as to be a bit more explicit. (#220)Laurent Mazare2023-07-222-5/+5
* Add some 'cuda-if-available' helper function. (#172)Laurent Mazare2023-07-151-15/+2
* Removing cuda default.Nicolas Patry2023-07-141-1/+9
* Simplify the parameters used by sum and sum_keepdim. (#165)Laurent Mazare2023-07-142-2/+2
* Use the same default as pytorch for sum. (#164)Laurent Mazare2023-07-132-2/+2
* Tensor mutability (#154)Laurent Mazare2023-07-132-3/+3
* Encodec forward pass (#153)Laurent Mazare2023-07-132-4/+76
* Add the forward pass for the T5 model. (#152)Laurent Mazare2023-07-121-4/+102
* Remove some dead-code pragmas. (#137)Laurent Mazare2023-07-111-2/+0
* Simplify the var-builder layer setup. (#133)Laurent Mazare2023-07-101-36/+24
* MusicGen var-store path cleanup. (#132)Laurent Mazare2023-07-105-171/+128
* Move the var-builder in a central place. (#130)Laurent Mazare2023-07-101-59/+2
* Move the conv1d layer to candle_nn. (#117)Laurent Mazare2023-07-102-57/+37
* [nn] Move the Embedding and Activation parts. (#116)Laurent Mazare2023-07-103-45/+17
* Sketch the candle-nn crate. (#115)Laurent Mazare2023-07-103-91/+48
* Sketching the musicgen model. (#66)Laurent Mazare2023-07-095-0/+1496