index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-transformers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share the layer-norm implementation. (#1248)
Laurent Mazare
2023-11-03
2
-56
/
+32
*
Remove the unused pragma for marian. (#1236)
Laurent Mazare
2023-11-01
1
-4
/
+32
*
Consolidate the with-tracing usage. (#1234)
Laurent Mazare
2023-11-01
4
-102
/
+8
*
Preliminary support for ssd1b. (#1233)
Laurent Mazare
2023-11-01
2
-0
/
+73
*
Add a KV cache to marian decoding. (#1226)
Laurent Mazare
2023-10-31
1
-14
/
+40
*
Add support for the marian base model. (#1221)
Laurent Mazare
2023-10-30
1
-0
/
+25
*
Use the hub files for the marian example. (#1220)
Laurent Mazare
2023-10-30
1
-10
/
+29
*
Bugfixes for marian-mt. (#1219)
Laurent Mazare
2023-10-30
1
-9
/
+18
*
Marian MT model (#1210)
Laurent Mazare
2023-10-29
3
-0
/
+421
*
Allow for different behavior between training and eval (#1213)
Laurent Mazare
2023-10-29
1
-16
/
+19
*
feat: implement VGG13, VGG16 and VGG19 (#1211)
drbh
2023-10-29
2
-0
/
+255
*
Infer the config for llama2-c. (#1208)
Laurent Mazare
2023-10-28
2
-1
/
+50
*
Move the llama2-c model in transformers. (#1205)
Laurent Mazare
2023-10-28
5
-0
/
+712
*
Make more models cloneable. (#1203)
Laurent Mazare
2023-10-28
3
-26
/
+26
*
Add the relu2 and relu6 activations. (#1201)
Laurent Mazare
2023-10-27
2
-0
/
+57
*
Make the whisper model cloneable (#1200)
Laurent Mazare
2023-10-27
2
-1
/
+11
*
Add support for the phi-hermes finetuned model. (#1192)
Laurent Mazare
2023-10-27
1
-0
/
+17
*
Fixes for jina-bert. (#1189)
Laurent Mazare
2023-10-26
1
-2
/
+2
*
Add the jina-bert embeddings model. (#1187)
Laurent Mazare
2023-10-26
3
-2
/
+388
*
[Wasm] BLIP Example (#1183)
Radamés Ajna
2023-10-26
3
-3
/
+12
*
[Wasm] Add puffin phi model to wasm (#1166)
Radamés Ajna
2023-10-25
1
-1
/
+2
*
Add a quantized blip model. (#1155)
Laurent Mazare
2023-10-22
4
-0
/
+742
*
Add some KV cache to blip. (#1150)
Laurent Mazare
2023-10-22
2
-17
/
+60
*
Remove the unused pragma and properly apply the bias. (#1147)
Laurent Mazare
2023-10-22
3
-22
/
+15
*
Blip attention mask + readme (#1146)
Laurent Mazare
2023-10-21
1
-13
/
+49
*
Blip fixes (#1145)
Laurent Mazare
2023-10-21
1
-27
/
+0
*
Add the blip example. (#1144)
Laurent Mazare
2023-10-21
2
-45
/
+169
*
Blip forward pass (#1141)
Laurent Mazare
2023-10-21
1
-5
/
+42
*
Add the blip image captioning model (#1140)
Laurent Mazare
2023-10-20
4
-2
/
+595
*
Add some vision transformers models (#1132)
Laurent Mazare
2023-10-19
2
-0
/
+383
*
Support ResNet 50/101/152. (#1130)
Laurent Mazare
2023-10-19
1
-0
/
+118
*
Experiment with resnet (#1128)
Laurent Mazare
2023-10-19
2
-0
/
+132
*
More model cloning. (#1126)
Laurent Mazare
2023-10-18
4
-19
/
+19
*
Make some model cloneable. (#1125)
Laurent Mazare
2023-10-18
5
-20
/
+25
*
Add the quantized mpt model. (#1123)
Laurent Mazare
2023-10-18
4
-4
/
+211
*
Remove the unused pragma in mpt. (#1122)
Laurent Mazare
2023-10-18
1
-5
/
+4
*
MPT alibi fixes. (#1120)
Laurent Mazare
2023-10-18
1
-12
/
+18
*
MPT fixes. (#1117)
Laurent Mazare
2023-10-17
1
-12
/
+21
*
Build alibi bias. (#1115)
Laurent Mazare
2023-10-17
1
-6
/
+94
*
Add the MPT model. (#1114)
Laurent Mazare
2023-10-17
2
-0
/
+203
*
Add support for Puffin-Phi-v2. (#1110)
Laurent Mazare
2023-10-16
1
-0
/
+17
*
Convmixer (#1073)
Laurent Mazare
2023-10-11
2
-0
/
+83
*
Tracing for StableLM and quantized StableLM. (#1068)
Laurent Mazare
2023-10-10
2
-0
/
+24
*
Move the common quantized-nn code to a shared module. (#1063)
Laurent Mazare
2023-10-09
7
-166
/
+100
*
Quantized version of StableLM. (#1058)
Laurent Mazare
2023-10-08
3
-7
/
+306
*
Use softmax-last-dim where possible. (#1057)
Laurent Mazare
2023-10-08
5
-5
/
+5
*
Do not use the kv-cache on external key-value states. (#1054)
Laurent Mazare
2023-10-07
2
-14
/
+14
*
Add flash-attn support for stable-lm. (#1052)
Laurent Mazare
2023-10-07
1
-2
/
+29
*
Better control on the optional dequantization in QMatMul (#1049)
Laurent Mazare
2023-10-07
1
-6
/
+5
*
Add the stable-lm example. (#1046)
Laurent Mazare
2023-10-06
1
-4
/
+13
[next]