summaryrefslogtreecommitdiff
path: root/candle-pyo3
Commit message (Expand)AuthorAgeFilesLines
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-182-5/+5
* Add return types to `*.pyi` stubs (#880)Lukas Kreussel2023-09-179-160/+574
* Generate `*.pyi` stubs for PyO3 wrapper (#870)Lukas Kreussel2023-09-1615-40/+857
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-2/+2
* 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-042-8/+72
* Handle arbitrary shapes in Tensor::new. (#718)Laurent Mazare2023-09-021-5/+20
* Recommend using maturin. (#717)Laurent Mazare2023-09-023-37/+4
* More quantized llama in python. (#716)Laurent Mazare2023-09-022-11/+64
* Sketch a quantized llama using the pyo3 api. (#715)Laurent Mazare2023-09-023-6/+277
* 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-012-4/+161
* Cleanup the pyo3 setup. (#705)Laurent Mazare2023-09-011-0/+1
* Add some documentation. (#673)Laurent Mazare2023-08-301-1/+1
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-1/+1
* Fixes for clippy 1.72. (#587)Laurent Mazare2023-08-241-0/+1
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-1/+1
* Add support for i64 (#563)Laurent Mazare2023-08-231-0/+6
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-1/+1
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-1/+1
* Pyo3 dtype (#327)Laurent Mazare2023-08-063-20/+60
* Add some tensor creation functions to the pyo3 bindings. (#326)Laurent Mazare2023-08-062-5/+72
* Fix the pyo3 build for macos. (#324)Laurent Mazare2023-08-053-2/+14
* Update the repo location. (#305)Laurent Mazare2023-08-021-8/+7
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-1/+1
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* Centralize the dependency versions and inherit them. (#177)Laurent Mazare2023-07-161-2/+2
* Reenable pyo3 in the workspace list (#170)Laurent Mazare2023-07-141-1/+2
* Removing cuda default.Nicolas Patry2023-07-141-1/+1
* Use the same default as pytorch for sum. (#164)Laurent Mazare2023-07-131-2/+4
* Tensor mutability (#154)Laurent Mazare2023-07-131-1/+1
* Expanding a bit the READMENicolas Patry2023-07-101-0/+1
* Get cuda to work on pyo3.laurent2023-07-021-0/+22
* Preliminary pyo3 support for device.laurent2023-07-023-3/+52
* Add the tensor function.laurent2023-07-021-0/+6
* Add dtype support.laurent2023-07-022-6/+30
* Add to the example.laurent2023-07-021-2/+3
* 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-022-2/+23
* 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-012-2/+53
* Get shape to return a tuple.laurent2023-07-011-2/+3
* Add some binary operators.laurent2023-07-012-2/+18
* Add two methods.laurent2023-07-012-0/+15
* Apply rustfmt.laurent2023-07-011-5/+3
* Very simple pyo3 bindings for candle.laurent2023-07-014-0/+74