index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-transformers
/
src
/
models
/
t5.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module Docs (#2624)
zachcp
2024-11-18
1
-3
/
+4
*
More Model Module Docs (#2623)
zachcp
2024-11-17
1
-0
/
+43
*
Documentation Pass for Models (#2617)
zachcp
2024-11-15
1
-2
/
+16
*
Lazy upcasting for t5. (#2589)
Laurent Mazare
2024-10-30
1
-3
/
+48
*
Clippy fixes for 1.81.0. (#2461)
Laurent Mazare
2024-09-05
1
-1
/
+1
*
Add support for Llama 3.1 (#2359)
Eric Buehler
2024-07-26
1
-1
/
+1
*
Avoid crashes when running T5 models with F16 tensors on CPU (#2047)
Victor-Mihaila
2024-04-13
1
-1
/
+1
*
Change for the encoder-only ProstT5 model (#2045)
Victor-Mihaila
2024-04-13
1
-1
/
+3
*
Expose the t5 config fields + allow t5-large. (#1987)
Laurent Mazare
2024-04-01
1
-16
/
+16
*
Add min to buckets in relative_position_bucket (#1312)
Andy Braga
2023-11-10
1
-1
/
+1
*
Add support to UL2 model family (#1300)
Juarez Bochi
2023-11-09
1
-6
/
+43
*
Fix bug introduced in madlad PR (#1298)
Juarez Bochi
2023-11-08
1
-2
/
+2
*
Add support for MADLAD400 (#1285)
Juarez Bochi
2023-11-07
1
-2
/
+15
*
Make more models cloneable. (#1203)
Laurent Mazare
2023-10-28
1
-11
/
+11
*
Use softmax-last-dim where possible. (#1057)
Laurent Mazare
2023-10-08
1
-1
/
+1
*
Do not use the kv-cache on external key-value states. (#1054)
Laurent Mazare
2023-10-07
1
-7
/
+7
*
Delete invalid comment (#1038)
Juarez Bochi
2023-10-05
1
-2
/
+0
*
Tracing for the phi model (#936)
Laurent Mazare
2023-09-23
1
-56
/
+15
*
Add a quantized version of the t5 model. (#921)
Laurent Mazare
2023-09-21
1
-1
/
+1
*
Add a clear cache function to the t5 model. (#919)
Laurent Mazare
2023-09-21
1
-0
/
+30
*
Add more t5 tracing. (#915)
Laurent Mazare
2023-09-20
1
-4
/
+17
*
Add more t5 tracing. (#914)
Laurent Mazare
2023-09-20
1
-5
/
+35
*
Tracing mode for T5. (#913)
Laurent Mazare
2023-09-20
1
-16
/
+74
*
Flan T5: Read lm_head when word embeddings are not tied (#903)
Juarez Bochi
2023-09-19
1
-7
/
+43
*
Fix T5 kv cache (#899)
Juarez Bochi
2023-09-19
1
-1
/
+6
*
Avoid re-encoding the input in the T5 example. (#875)
Laurent Mazare
2023-09-17
1
-3
/
+15
*
Add a KV cache to T5. (#873)
Laurent Mazare
2023-09-17
1
-27
/
+58
*
Implement T5 decoding (#864)
Juarez Bochi
2023-09-15
1
-28
/
+153
*
Add support to flan-t5 (#840)
Juarez Bochi
2023-09-13
1
-5
/
+49
*
Add some sentence similarity part to the t5 example. (#835)
Laurent Mazare
2023-09-13
1
-2
/
+5
*
T5 tweaks (#831)
Laurent Mazare
2023-09-13
1
-18
/
+33
*
Clippy fix. (#830)
Laurent Mazare
2023-09-13
1
-2
/
+0
*
Extract T5 module and add main function to use it (#829)
Juarez Bochi
2023-09-13
1
-0
/
+441