Exclude candle-book to avoid some CI failures. (#2889)

* Exclude candle-book to avoid some CI failures.

* Remove the book CIs.
This commit is contained in:
Laurent Mazare
2025-04-13 17:11:41 +02:00
committed by GitHub
parent f3a73f80d1
commit 2f9606b187
3 changed files with 1 additions and 70 deletions

View File

@ -3,7 +3,6 @@ members = [
"candle-core",
"candle-datasets",
"candle-examples",
"candle-book",
"candle-nn",
"candle-pyo3",
"candle-transformers",
@ -12,6 +11,7 @@ members = [
"tensor-tools",
]
exclude = [
"candle-book",
"candle-flash-attn",
"candle-kernels",
"candle-metal-kernels",