candle icon indicating copy to clipboard operation
candle copied to clipboard

Minimalist ML framework for Rust

Results 407 candle issues
Sort by recently updated
recently updated
newest added

Hello all, first, thanks a lot for this wonderful crate. I was wondering if it's on the roadmap or if there is a solution to have the same magic as...

Between 6.7% and 11.4% increased thrpt for strided metal kernels. We should add either pre-compilation or load kernels with a [dynamic library](https://developer.apple.com/documentation/metal/metal-dynamic-libraries) so we don't have to repeat the same...

I did write a book on candle I did try to get it published, but it was rejected. I will use it in my own courses, but I think it...

This manipulates layout to unfold a window along a dimension. See: https://docs.pytorch.org/docs/2.8/generated/torch.Tensor.unfold.html TODO: I need help with `backprop.rs::Tensor::backward()`

### Feature Request Currently, the `slice_assign` method in the repository does not support a `step` parameter, limiting its flexibility for advanced slicing operations. Adding support for the `step` parameter would...

getting error Failed to load LLM pipeline: missing field `sliding_window_pattern`

# Part of issue #3057 # What does this PR do? Implement snac features and integration ## Summary - Implement SNAC (Multi-Scale Neural Audio Codec) integration for Text-to-Speech applications -...

Uses protobuf-src to build statically linked protoc from scratch. This removes the requirement to have protoc installed (which quickly gets annoying when building for N different platforms). To decode a...

- Adds Reciprocal (quite trivial) - Adds GlobalAveragePool, only 2d GlobalAveragePool is supported as we use avg_pool2d. - Adds constant mode to operator Pad. We drop the check on the...