index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-nn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transposed conv1d in candle-nn. (#1252)
Laurent Mazare
2023-11-03
1
-0
/
+94
*
Add the swiglu activation from the chatglm PR. (#1246)
Laurent Mazare
2023-11-02
2
-0
/
+7
*
Add hard-sigmoid and hard-swish activations (#1244)
jamjamjon
2023-11-02
2
-0
/
+9
*
Add support for the marian base model. (#1221)
Laurent Mazare
2023-10-30
1
-0
/
+2
*
Allow for different behavior between training and eval (#1213)
Laurent Mazare
2023-10-29
3
-2
/
+43
*
Add the relu2 and relu6 activations. (#1201)
Laurent Mazare
2023-10-27
1
-0
/
+4
*
Add fuse-conv-bn method for Conv2d (#1196)
jamjamjon
2023-10-27
2
-0
/
+25
*
Expose the fields from batch-norm. (#1176)
Laurent Mazare
2023-10-25
1
-2
/
+12
*
Add Binary Cross Entropy With Logit Loss to nn crate (#1157)
Ogundepo Odunayo
2023-10-23
2
-0
/
+69
*
Make func cloneable. (#1137)
Laurent Mazare
2023-10-20
2
-6
/
+8
*
Add the sequential layer. (#1136)
Laurent Mazare
2023-10-20
2
-0
/
+64
*
Experiment with resnet (#1128)
Laurent Mazare
2023-10-19
1
-0
/
+9
*
feat: add pth varbuilder (#1108)
OlivierDehaene
2023-10-16
1
-0
/
+41
*
Add a matvec cpu benchmark. (#1076)
Laurent Mazare
2023-10-12
1
-3
/
+22
*
Convmixer (#1073)
Laurent Mazare
2023-10-11
1
-2
/
+2
*
Only optimize float tensors. (#1069)
Laurent Mazare
2023-10-10
1
-0
/
+5
*
More general seq forward functions for RNNs. (#1050)
Laurent Mazare
2023-10-07
1
-27
/
+25
*
Use AsRef<str> for set_one. (#1033)
Laurent Mazare
2023-10-05
1
-1
/
+1
*
Improve the quantized whisper setup. (#1018)
Laurent Mazare
2023-10-02
1
-1
/
+1
*
Bump the version to 0.3.0. (#1014)
Laurent Mazare
2023-10-01
2
-21
/
+1
*
Use a silu activation in mistral. (#991)
Laurent Mazare
2023-09-29
1
-0
/
+4
*
Use the gelu-erf activation. (#969)
Laurent Mazare
2023-09-26
1
-3
/
+1
*
Configurable layer idx for the lstm layer. (#962)
Laurent Mazare
2023-09-25
1
-4
/
+12
*
Depreate the VarBuilder::from_safetensors function. (#951)
Laurent Mazare
2023-09-24
1
-2
/
+6
*
Self-contained safetensors for the multiprocess llama example. (#950)
Laurent Mazare
2023-09-24
1
-31
/
+17
*
Add the buffered safetensor wrapper. (#948)
Laurent Mazare
2023-09-23
1
-0
/
+32
*
Self-contained safetensor wrappers (#946)
Laurent Mazare
2023-09-23
1
-1
/
+42
*
Use yoke to provide a self-referential container for mmaped safetenso… (#939)
Laurent Mazare
2023-09-23
1
-11
/
+5
*
VarMap setter functions (#938)
Laurent Mazare
2023-09-23
1
-0
/
+38
*
Add clone to various nn layers. (#910)
Laurent Mazare
2023-09-20
7
-11
/
+11
*
Fix the leaky relu. (#898)
Laurent Mazare
2023-09-19
1
-1
/
+2
*
Bump the crate versions to v0.2.3. (#886)
Laurent Mazare
2023-09-18
1
-1
/
+1
*
Remove the parameters for the Wuerstchen layer-norm. (#879)
Laurent Mazare
2023-09-17
1
-1
/
+1
*
Replication pad (#861)
Laurent Mazare
2023-09-15
1
-0
/
+15
*
DiffNeXt/unet (#859)
Laurent Mazare
2023-09-15
1
-0
/
+24
*
Add leaky-relu in the activation enum. (#858)
Laurent Mazare
2023-09-15
1
-0
/
+2
*
Add the upblocks. (#853)
Laurent Mazare
2023-09-14
1
-0
/
+4
*
Add support to flan-t5 (#840)
Juarez Bochi
2023-09-13
1
-0
/
+6
*
Extract T5 module and add main function to use it (#829)
Juarez Bochi
2023-09-13
2
-1
/
+5
*
Bump the crate version + update the changelog. (#822)
Laurent Mazare
2023-09-12
1
-1
/
+1
*
Bugfix for the conv2d cpu kernel. (#820)
Laurent Mazare
2023-09-11
1
-1
/
+1
*
Add weight, bias, and hidden_size methods (#816)
Eric Buehler
2023-09-11
2
-0
/
+21
*
im2col based conv2d (#802)
Laurent Mazare
2023-09-10
1
-16
/
+69
*
Bugfix so that im2col produce the same results as conv2d. (#801)
Laurent Mazare
2023-09-10
1
-1
/
+5
*
Add an im2col based benchmark. (#800)
Laurent Mazare
2023-09-10
1
-2
/
+71
*
TinyViT backbone for segment-anything. (#787)
Laurent Mazare
2023-09-09
1
-13
/
+13
*
Segment Anything - process images (#766)
Laurent Mazare
2023-09-07
2
-6
/
+7
*
More segment-anything. (#763)
Laurent Mazare
2023-09-07
1
-0
/
+11
*
Expose the conv2d-transpose layers. (#761)
Laurent Mazare
2023-09-07
2
-1
/
+45
*
Add a nn layer for conv-transpose2d. (#760)
Laurent Mazare
2023-09-07
1
-1
/
+50
[next]