candle/candle-core
Laurent Mazare 2ed78ab336
Support for quantized tensors in the python api. (#706)
* Add more pyo3 support.

* Add some support for quantized tensors in pyo3.

* Add an arc layer on qmatmul.

* Add the quantized matmul.

* Quantization support.

* More quantization support.

* Test the python quantization.
2023-09-01 15:53:42 +01:00
..
examples Dilated convolutions (#657) 2023-08-29 16:12:11 +01:00
src Support for quantized tensors in the python api. (#706) 2023-09-01 15:53:42 +01:00
tests Add tanh. (#675) 2023-08-30 13:54:50 +01:00
Cargo.toml Add some documentation. (#673) 2023-08-30 11:54:00 +01:00
LICENSE Refactor the hierarchy. 2023-06-27 11:57:27 +02:00
README.md Refactor the hierarchy. 2023-06-27 11:57:27 +02:00

README.md

candle

Minimalist ML framework for Rust