summaryrefslogtreecommitdiff
path: root/candle-examples
Commit message (Expand)AuthorAgeFilesLines
* Add a cuda kernel for upsampling. (#441)Laurent Mazare2023-08-145-15/+10
* Add dequantization for ggmls `q4_0`, `q4_1`, `q5_0`, `q5_1` and `q8_0` (#407)Lukas Kreussel2023-08-131-0/+29
* Optimize the logit computations in the whisper example. (#434)Laurent Mazare2023-08-132-29/+26
* Track the conv2d operations in stable-diffusion. (#431)Laurent Mazare2023-08-136-22/+144
* Allow using accelerate with stable-diffusion. (#430)Laurent Mazare2023-08-131-0/+3
* Support longer sequences in language detection. (#428)Laurent Mazare2023-08-131-1/+3
* More accelerate optimizations (#427)Laurent Mazare2023-08-133-6/+28
* Add a KV cache to whisper. (#426)Laurent Mazare2023-08-123-24/+63
* Add a -language argument. (#425)Laurent Mazare2023-08-121-5/+15
* More multilingual support for whisper. (#419)Laurent Mazare2023-08-123-23/+47
* Basic multilingual support for whisper (#417)Laurent Mazare2023-08-122-13/+175
* Stable diffusion: retrieve the model files from the HF hub. (#414)Laurent Mazare2023-08-112-34/+71
* Add more whisper variants. (#413)Laurent Mazare2023-08-111-3/+25
* Remove the checkpoint conversion script. (#405)Laurent Mazare2023-08-113-205/+0
* Fix the stable-diffusion vae. (#398)Laurent Mazare2023-08-102-4/+4
* Normalize embeddings in the bert example. (#390)Laurent Mazare2023-08-101-0/+14
* Add some tracing to the whisper example. (#375)Laurent Mazare2023-08-092-45/+75
* Embed the mel filters in the whisper binary. (#373)Laurent Mazare2023-08-092-13/+4
* Merge pull request #263 from huggingface/book_3Nicolas Patry2023-08-092-1/+102
|\
| * Typos and format and CD only when PR lands.Nicolas Patry2023-08-021-4/+4
| * Odd rebase artifact.Nicolas Patry2023-08-021-1/+0
| * Remove duplicate.Nicolas Patry2023-08-021-1/+0
| * Adding more details on how to load things.Nicolas Patry2023-08-022-0/+103
* | Write the generated images using the image crate. (#363)Laurent Mazare2023-08-093-6/+30
* | Fix the padding used in stable diffusion. (#362)Laurent Mazare2023-08-092-5/+4
* | Fixes for the stable diffusion example. (#342)Laurent Mazare2023-08-084-6/+17
* | Some CLIP fixes for stable diffusion. (#338)Laurent Mazare2023-08-072-14/+10
* | Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)Laurent Mazare2023-08-072-15/+4
* | Simple pad support. (#336)Laurent Mazare2023-08-073-7/+5
* | Implement group-norm. (#334)Laurent Mazare2023-08-072-6/+2
* | Main diffusion loop for the SD example. (#332)Laurent Mazare2023-08-063-8/+242
* | Add the recip op + use it in stable-diffusion. (#331)Laurent Mazare2023-08-061-5/+13
* | Add the ddim scheduler. (#330)Laurent Mazare2023-08-065-0/+445
* | Add a stable diffusion example (#328)Laurent Mazare2023-08-069-0/+2560
* | Support the Accelerate BLAS on macOS. (#325)Laurent Mazare2023-08-053-0/+8
* | Add the candle-datasets crate (#322)Laurent Mazare2023-08-054-121/+10
* | Transpose the weight matrixes for llama2.c. (#321)Laurent Mazare2023-08-041-8/+15
* | Add some tracing to llama. (#318)Laurent Mazare2023-08-032-4/+53
* | Support safetensors weights in llama2.c inference. (#317)Laurent Mazare2023-08-032-7/+18
|/
* Use AdamW in the llama2 training. (#308)Laurent Mazare2023-08-021-2/+9
* Update the repo location. (#305)Laurent Mazare2023-08-021-8/+7
* Add some missing readme files. (#304)Laurent Mazare2023-08-021-0/+1
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-4/+4
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-022-6/+6
* Remove the embedding ops in favor of index-select. (#299)Laurent Mazare2023-08-021-1/+1
* Llama more training (#297)Laurent Mazare2023-08-013-142/+41
* Add training for the llama2.c example (#296)Laurent Mazare2023-08-014-8/+218
* Move the weight bits in a separate module. (#295)Laurent Mazare2023-08-013-164/+168
* Add some batcher variants that handle errors. (#294)Laurent Mazare2023-08-011-4/+4
* Add the batcher. (#293)Laurent Mazare2023-08-011-18/+14