Put the onnx example behind a feature flag. (#1276)

* Put the onnx example behind a feature flag.

* Exclude the onnx bits from the workspace.

* README tweaks.
This commit is contained in:
Laurent Mazare
2023-11-06 07:45:07 +01:00
committed by GitHub
parent 47f4ddb011
commit 2a45bcf943
5 changed files with 43 additions and 31 deletions

View File

@ -5,13 +5,16 @@ members = [
"candle-examples",
"candle-book",
"candle-nn",
"candle-onnx",
"candle-pyo3",
"candle-transformers",
"candle-wasm-examples/*",
"candle-wasm-tests",
]
exclude = ["candle-flash-attn", "candle-kernels"]
exclude = [
"candle-flash-attn",
"candle-kernels",
"candle-onnx",
]
resolver = "2"
[workspace.package]