index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
musicgen
/
t5_model.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract T5 module and add main function to use it (#829)
Juarez Bochi
2023-09-13
1
-434
/
+0
*
Proper log buckets for t5. (#727)
Laurent Mazare
2023-09-03
1
-37
/
+74
*
Musicgen text embeddings. (#726)
Laurent Mazare
2023-09-03
1
-9
/
+50
*
Fix the musicgen example. (#724)
Laurent Mazare
2023-09-03
1
-31
/
+15
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-0
/
+1
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-1
/
+1
*
Rename the .r functions to .dims so as to be a bit more explicit. (#220)
Laurent Mazare
2023-07-22
1
-1
/
+1
*
Simplify the parameters used by sum and sum_keepdim. (#165)
Laurent Mazare
2023-07-14
1
-1
/
+1
*
Use the same default as pytorch for sum. (#164)
Laurent Mazare
2023-07-13
1
-1
/
+1
*
Encodec forward pass (#153)
Laurent Mazare
2023-07-13
1
-2
/
+3
*
Add the forward pass for the T5 model. (#152)
Laurent Mazare
2023-07-12
1
-4
/
+102
*
MusicGen var-store path cleanup. (#132)
Laurent Mazare
2023-07-10
1
-47
/
+31
*
[nn] Move the Embedding and Activation parts. (#116)
Laurent Mazare
2023-07-10
1
-3
/
+3
*
Sketch the candle-nn crate. (#115)
Laurent Mazare
2023-07-10
1
-7
/
+7
*
Sketching the musicgen model. (#66)
Laurent Mazare
2023-07-09
1
-0
/
+288