Files
candle/candle-pyo3
Laurent Mazare 50b0946a2d Tensor mutability (#154)
* Working towards tensor mutability.

* Use a ref-cell to provide tensor mutability.
2023-07-13 11:04:40 +01:00
..
2023-07-13 11:04:40 +01:00
2023-07-10 12:51:37 +02:00
2023-07-02 20:42:55 +01:00

cargo build --release --package candle-pyo3 --no-default-features && cp -f target/release/libcandle.so candle.so
PYTHONPATH=. python3 candle-pyo3/test.py