Pyo3 dtype (#327)

* Better handling of dtypes in pyo3.

* More pyo3 dtype.
This commit is contained in:
Laurent Mazare
2023-08-06 10:17:43 +01:00
committed by GitHub
parent 88bd3b604a
commit 93cfe5642f
4 changed files with 61 additions and 22 deletions

View File

@ -11,7 +11,6 @@ test:
pyo3-test:
cargo build --profile=release-with-debug --package candle-pyo3
ln -f -s ./target/release-with-debug/libcandle.so candle.so
PYTHONPATH=. python3 candle-pyo3/test.py
python3 candle-pyo3/test.py
all: test