index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a cuda kernel for upsampling. (#441)
Laurent Mazare
2023-08-14
5
-15
/
+10
*
Add dequantization for ggmls `q4_0`, `q4_1`, `q5_0`, `q5_1` and `q8_0` (#407)
Lukas Kreussel
2023-08-13
1
-0
/
+29
*
Optimize the logit computations in the whisper example. (#434)
Laurent Mazare
2023-08-13
2
-29
/
+26
*
Track the conv2d operations in stable-diffusion. (#431)
Laurent Mazare
2023-08-13
6
-22
/
+144
*
Allow using accelerate with stable-diffusion. (#430)
Laurent Mazare
2023-08-13
1
-0
/
+3
*
Support longer sequences in language detection. (#428)
Laurent Mazare
2023-08-13
1
-1
/
+3
*
More accelerate optimizations (#427)
Laurent Mazare
2023-08-13
3
-6
/
+28
*
Add a KV cache to whisper. (#426)
Laurent Mazare
2023-08-12
3
-24
/
+63
*
Add a -language argument. (#425)
Laurent Mazare
2023-08-12
1
-5
/
+15
*
More multilingual support for whisper. (#419)
Laurent Mazare
2023-08-12
3
-23
/
+47
*
Basic multilingual support for whisper (#417)
Laurent Mazare
2023-08-12
2
-13
/
+175
*
Stable diffusion: retrieve the model files from the HF hub. (#414)
Laurent Mazare
2023-08-11
2
-34
/
+71
*
Add more whisper variants. (#413)
Laurent Mazare
2023-08-11
1
-3
/
+25
*
Remove the checkpoint conversion script. (#405)
Laurent Mazare
2023-08-11
3
-205
/
+0
*
Fix the stable-diffusion vae. (#398)
Laurent Mazare
2023-08-10
2
-4
/
+4
*
Normalize embeddings in the bert example. (#390)
Laurent Mazare
2023-08-10
1
-0
/
+14
*
Add some tracing to the whisper example. (#375)
Laurent Mazare
2023-08-09
2
-45
/
+75
*
Embed the mel filters in the whisper binary. (#373)
Laurent Mazare
2023-08-09
2
-13
/
+4
*
Merge pull request #263 from huggingface/book_3
Nicolas Patry
2023-08-09
2
-1
/
+102
|
\
|
*
Typos and format and CD only when PR lands.
Nicolas Patry
2023-08-02
1
-4
/
+4
|
*
Odd rebase artifact.
Nicolas Patry
2023-08-02
1
-1
/
+0
|
*
Remove duplicate.
Nicolas Patry
2023-08-02
1
-1
/
+0
|
*
Adding more details on how to load things.
Nicolas Patry
2023-08-02
2
-0
/
+103
*
|
Write the generated images using the image crate. (#363)
Laurent Mazare
2023-08-09
3
-6
/
+30
*
|
Fix the padding used in stable diffusion. (#362)
Laurent Mazare
2023-08-09
2
-5
/
+4
*
|
Fixes for the stable diffusion example. (#342)
Laurent Mazare
2023-08-08
4
-6
/
+17
*
|
Some CLIP fixes for stable diffusion. (#338)
Laurent Mazare
2023-08-07
2
-14
/
+10
*
|
Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)
Laurent Mazare
2023-08-07
2
-15
/
+4
*
|
Simple pad support. (#336)
Laurent Mazare
2023-08-07
3
-7
/
+5
*
|
Implement group-norm. (#334)
Laurent Mazare
2023-08-07
2
-6
/
+2
*
|
Main diffusion loop for the SD example. (#332)
Laurent Mazare
2023-08-06
3
-8
/
+242
*
|
Add the recip op + use it in stable-diffusion. (#331)
Laurent Mazare
2023-08-06
1
-5
/
+13
*
|
Add the ddim scheduler. (#330)
Laurent Mazare
2023-08-06
5
-0
/
+445
*
|
Add a stable diffusion example (#328)
Laurent Mazare
2023-08-06
9
-0
/
+2560
*
|
Support the Accelerate BLAS on macOS. (#325)
Laurent Mazare
2023-08-05
3
-0
/
+8
*
|
Add the candle-datasets crate (#322)
Laurent Mazare
2023-08-05
4
-121
/
+10
*
|
Transpose the weight matrixes for llama2.c. (#321)
Laurent Mazare
2023-08-04
1
-8
/
+15
*
|
Add some tracing to llama. (#318)
Laurent Mazare
2023-08-03
2
-4
/
+53
*
|
Support safetensors weights in llama2.c inference. (#317)
Laurent Mazare
2023-08-03
2
-7
/
+18
|
/
*
Use AdamW in the llama2 training. (#308)
Laurent Mazare
2023-08-02
1
-2
/
+9
*
Update the repo location. (#305)
Laurent Mazare
2023-08-02
1
-8
/
+7
*
Add some missing readme files. (#304)
Laurent Mazare
2023-08-02
1
-0
/
+1
*
Add version numbers for all the candle crates (#303)
Laurent Mazare
2023-08-02
1
-4
/
+4
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
2
-6
/
+6
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Llama more training (#297)
Laurent Mazare
2023-08-01
3
-142
/
+41
*
Add training for the llama2.c example (#296)
Laurent Mazare
2023-08-01
4
-8
/
+218
*
Move the weight bits in a separate module. (#295)
Laurent Mazare
2023-08-01
3
-164
/
+168
*
Add some batcher variants that handle errors. (#294)
Laurent Mazare
2023-08-01
1
-4
/
+4
*
Add the batcher. (#293)
Laurent Mazare
2023-08-01
1
-18
/
+14
[next]