summaryrefslogtreecommitdiff
path: root/candle-pyo3/test.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for accelerate in the pyo3 bindings. (#1167)Laurent Mazare2023-10-241-0/+5
* Make the Python Wrapper more Hackable and simplify Quantization (#1010)Lukas Kreussel2023-10-061-1/+1
* Add return types to `*.pyi` stubs (#880)Lukas Kreussel2023-09-171-5/+4
* Generate `*.pyi` stubs for PyO3 wrapper (#870)Lukas Kreussel2023-09-161-4/+5
* Recommend using maturin. (#717)Laurent Mazare2023-09-021-15/+0
* Support for quantized tensors in the python api. (#706)Laurent Mazare2023-09-011-0/+6
* Pyo3 dtype (#327)Laurent Mazare2023-08-061-0/+17
* Add some tensor creation functions to the pyo3 bindings. (#326)Laurent Mazare2023-08-061-0/+3
* Preliminary pyo3 support for device.laurent2023-07-021-1/+3
* Add dtype support.laurent2023-07-021-0/+1
* Add to the example.laurent2023-07-021-2/+3
* Handle more input types to create tensors.laurent2023-07-021-0/+5
* Add some binary operators.laurent2023-07-011-1/+1
* Add two methods.laurent2023-07-011-0/+1
* Very simple pyo3 bindings for candle.laurent2023-07-011-0/+5