mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
8 lines
164 B
Markdown
8 lines
164 B
Markdown
From the `candle-pyo3` directory, enable a virtual env where you will want the
|
|
candle package to be installed then run.
|
|
|
|
```bash
|
|
maturin develop
|
|
python test.py
|
|
```
|