mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
176 B
176 B
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