mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user