Files
candle/candle-pyo3
Laurent Mazare d1f5d44c04 Reenable pyo3 in the workspace list (#170)
* Enable pyo3 back.

* Adapt the CI.
2023-07-14 19:54:38 +01:00
..
2023-07-14 16:52:15 +02:00
2023-07-02 20:42:55 +01:00

From the top level directory run:

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