summaryrefslogtreecommitdiff
path: root/candle-pyo3/src
Commit message (Expand)AuthorAgeFilesLines
* PyO3: Better shape handling (#1143)Lukas Kreussel2023-10-292-36/+134
* convert pytorch's tensor in Python API (#1172)andrew2023-10-251-0/+24
* Add support for accelerate in the pyo3 bindings. (#1167)Laurent Mazare2023-10-241-0/+3
* PyO3: Add `mkl` support (#1159)Lukas Kreussel2023-10-231-0/+3
* PyO3: Add `None` and `Tensor` indexing to `candle.Tensor` (#1098)Lukas Kreussel2023-10-201-32/+94
* PyO3: Add pytorch like `.to()` operator to `candle.Tensor` (#1100)Lukas Kreussel2023-10-191-0/+106
* Always broadcast magic methods (#1101)Lukas Kreussel2023-10-171-4/+4
* Add the pooling operators to the pyo3 layer. (#1086)Laurent Mazare2023-10-131-0/+24
* Make the Python Wrapper more Hackable and simplify Quantization (#1010)Lukas Kreussel2023-10-061-4/+130
* Improve the quantized whisper setup. (#1018)Laurent Mazare2023-10-021-1/+1
* Add return types to `*.pyi` stubs (#880)Lukas Kreussel2023-09-171-5/+265
* Generate `*.pyi` stubs for PyO3 wrapper (#870)Lukas Kreussel2023-09-161-31/+58
* Add a python function to save as safetensors. (#740)Laurent Mazare2023-09-041-1/+13
* Return the metadata in the gguf pyo3 bindings. (#729)Laurent Mazare2023-09-041-4/+37
* Handle arbitrary shapes in Tensor::new. (#718)Laurent Mazare2023-09-021-5/+20
* More quantized llama in python. (#716)Laurent Mazare2023-09-021-5/+51
* Sketch a quantized llama using the pyo3 api. (#715)Laurent Mazare2023-09-021-6/+105
* Add some quantized functions to pyo3. (#708)Laurent Mazare2023-09-011-1/+44
* Support for quantized tensors in the python api. (#706)Laurent Mazare2023-09-011-4/+155
* Cleanup the pyo3 setup. (#705)Laurent Mazare2023-09-011-0/+1
* Fixes for clippy 1.72. (#587)Laurent Mazare2023-08-241-0/+1
* Add support for i64 (#563)Laurent Mazare2023-08-231-0/+6
* Pyo3 dtype (#327)Laurent Mazare2023-08-061-19/+42
* Add some tensor creation functions to the pyo3 bindings. (#326)Laurent Mazare2023-08-061-5/+69
* Use the same default as pytorch for sum. (#164)Laurent Mazare2023-07-131-2/+4
* Tensor mutability (#154)Laurent Mazare2023-07-131-1/+1
* Get cuda to work on pyo3.laurent2023-07-021-0/+22
* Preliminary pyo3 support for device.laurent2023-07-021-2/+45
* Add the tensor function.laurent2023-07-021-0/+6
* Add dtype support.laurent2023-07-021-6/+29
* Add matmul/where_cond.laurent2023-07-021-0/+19
* Expose a couple more ops.laurent2023-07-021-5/+82
* Handle more input types to create tensors.laurent2023-07-021-2/+18
* Rename the method.laurent2023-07-021-1/+2
* Support higher order shapes for conversions.laurent2023-07-021-1/+31
* Add a trait to avoid repeating the dtype matching.laurent2023-07-021-20/+47
* More pyo3.laurent2023-07-011-2/+52
* Get shape to return a tuple.laurent2023-07-011-2/+3
* Add some binary operators.laurent2023-07-011-1/+17
* Add two methods.laurent2023-07-011-0/+14
* Apply rustfmt.laurent2023-07-011-5/+3
* Very simple pyo3 bindings for candle.laurent2023-07-011-0/+46