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