From 88bd3b604af0151b0da792980be482d396867e42 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sun, 6 Aug 2023 06:50:33 +0100 Subject: Add some tensor creation functions to the pyo3 bindings. (#326) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb472d80..cc967702 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,9 @@ clean: test: cargo 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 + all: test -- cgit v1.2.3