Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the Python Wrapper more Hackable and simplify Quantization (#1010) | Lukas Kreussel | 2023-10-06 | 1 | -1/+1 |
* | Add return types to `*.pyi` stubs (#880) | Lukas Kreussel | 2023-09-17 | 1 | -5/+4 |
* | Generate `*.pyi` stubs for PyO3 wrapper (#870) | Lukas Kreussel | 2023-09-16 | 1 | -4/+5 |
* | Recommend using maturin. (#717) | Laurent Mazare | 2023-09-02 | 1 | -15/+0 |
* | Support for quantized tensors in the python api. (#706) | Laurent Mazare | 2023-09-01 | 1 | -0/+6 |
* | Pyo3 dtype (#327) | Laurent Mazare | 2023-08-06 | 1 | -0/+17 |
* | Add some tensor creation functions to the pyo3 bindings. (#326) | Laurent Mazare | 2023-08-06 | 1 | -0/+3 |
* | Preliminary pyo3 support for device. | laurent | 2023-07-02 | 1 | -1/+3 |
* | Add dtype support. | laurent | 2023-07-02 | 1 | -0/+1 |
* | Add to the example. | laurent | 2023-07-02 | 1 | -2/+3 |
* | Handle more input types to create tensors. | laurent | 2023-07-02 | 1 | -0/+5 |
* | Add some binary operators. | laurent | 2023-07-01 | 1 | -1/+1 |
* | Add two methods. | laurent | 2023-07-01 | 1 | -0/+1 |
* | Very simple pyo3 bindings for candle. | laurent | 2023-07-01 | 1 | -0/+5 |