index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
musicgen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clippy fixes for 1.81.0. (#2461)
Laurent Mazare
2024-09-05
1
-3
/
+3
*
Support more modes in the encodec example. (#1777)
Laurent Mazare
2024-02-28
4
-609
/
+32
*
Fix lints for clippy 1.75. (#1494)
Laurent Mazare
2023-12-28
1
-1
/
+1
*
Support for timegroupnorm in encodec. (#1291)
Laurent Mazare
2023-11-07
1
-3
/
+15
*
Use candle_nn::LSTM in encodec. (#1051)
Laurent Mazare
2023-10-07
1
-15
/
+46
*
Remove some todos. (#1042)
Laurent Mazare
2023-10-05
1
-2
/
+2
*
Adapt more examples to the updated safetensor api. (#947)
Laurent Mazare
2023-09-23
1
-3
/
+1
*
Add a KV cache to T5. (#873)
Laurent Mazare
2023-09-17
1
-1
/
+1
*
Extract T5 module and add main function to use it (#829)
Juarez Bochi
2023-09-13
3
-440
/
+6
*
Proper log buckets for t5. (#727)
Laurent Mazare
2023-09-03
1
-37
/
+74
*
Musicgen text embeddings. (#726)
Laurent Mazare
2023-09-03
3
-15
/
+77
*
Fix the musicgen example. (#724)
Laurent Mazare
2023-09-03
5
-134
/
+62
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+2
*
VarBuilder cleanup (#627)
Laurent Mazare
2023-08-27
1
-1
/
+1
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
1
-2
/
+10
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-0
/
+3
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
3
-0
/
+3
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
2
-2
/
+2
*
Rename the .r functions to .dims so as to be a bit more explicit. (#220)
Laurent Mazare
2023-07-22
2
-5
/
+5
*
Add some 'cuda-if-available' helper function. (#172)
Laurent Mazare
2023-07-15
1
-15
/
+2
*
Removing cuda default.
Nicolas Patry
2023-07-14
1
-1
/
+9
*
Simplify the parameters used by sum and sum_keepdim. (#165)
Laurent Mazare
2023-07-14
2
-2
/
+2
*
Use the same default as pytorch for sum. (#164)
Laurent Mazare
2023-07-13
2
-2
/
+2
*
Tensor mutability (#154)
Laurent Mazare
2023-07-13
2
-3
/
+3
*
Encodec forward pass (#153)
Laurent Mazare
2023-07-13
2
-4
/
+76
*
Add the forward pass for the T5 model. (#152)
Laurent Mazare
2023-07-12
1
-4
/
+102
*
Remove some dead-code pragmas. (#137)
Laurent Mazare
2023-07-11
1
-2
/
+0
*
Simplify the var-builder layer setup. (#133)
Laurent Mazare
2023-07-10
1
-36
/
+24
*
MusicGen var-store path cleanup. (#132)
Laurent Mazare
2023-07-10
5
-171
/
+128
*
Move the var-builder in a central place. (#130)
Laurent Mazare
2023-07-10
1
-59
/
+2
*
Move the conv1d layer to candle_nn. (#117)
Laurent Mazare
2023-07-10
2
-57
/
+37
*
[nn] Move the Embedding and Activation parts. (#116)
Laurent Mazare
2023-07-10
3
-45
/
+17
*
Sketch the candle-nn crate. (#115)
Laurent Mazare
2023-07-10
3
-91
/
+48
*
Sketching the musicgen model. (#66)
Laurent Mazare
2023-07-09
5
-0
/
+1496