Very simple pyo3 bindings for candle.

This commit is contained in:
laurent
2023-07-01 20:36:44 +01:00
parent dd879f5b67
commit ebb0fedf14
6 changed files with 77 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[workspace]
members = [
"candle-core",
"candle-hub",
"candle-kernels",
"candle-hub",
"candle-pyo3",
]