summaryrefslogtreecommitdiff
path: root/candle-pyo3/py_src
Commit message (Expand)AuthorAgeFilesLines
* pyo3 update. (#2545)Laurent Mazare2024-10-061-7/+3
* Update for pyo3 0.21. (#1985)Laurent Mazare2024-04-011-0/+19
* Expose candle gather op in pyo3. (#1870)Laurent Mazare2024-03-181-0/+6
* Detach the tensors on batch-norm eval. (#1702)Laurent Mazare2024-02-135-12/+88
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-2/+6
* Fix a couple typos (#1451)Laurent Mazare2023-12-172-3/+4
* PyO3: Add optional `candle.onnx` module (#1282)Lukas Kreussel2023-11-082-0/+94
* PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)Lukas Kreussel2023-10-302-0/+111
* PyO3: Better shape handling (#1143)Lukas Kreussel2023-10-294-10/+12
* convert pytorch's tensor in Python API (#1172)andrew2023-10-251-0/+5
* PyO3: Add `mkl` support (#1159)Lukas Kreussel2023-10-231-12/+36
* PyO3: Add CI (#1135)Lukas Kreussel2023-10-201-3/+4
* PyO3: Add pytorch like `.to()` operator to `candle.Tensor` (#1100)Lukas Kreussel2023-10-191-0/+5
* Extend `stub.py` to accept external typehinting (#1102)Lukas Kreussel2023-10-174-3/+47
* Add the pooling operators to the pyo3 layer. (#1086)Laurent Mazare2023-10-132-0/+16
* Use an attention mask in the e5 padding case. (#1085)Laurent Mazare2023-10-131-10/+24
* Make the Python Wrapper more Hackable and simplify Quantization (#1010)Lukas Kreussel2023-10-0612-11/+1806
* Add return types to `*.pyi` stubs (#880)Lukas Kreussel2023-09-175-131/+270
* Generate `*.pyi` stubs for PyO3 wrapper (#870)Lukas Kreussel2023-09-167-0/+363