first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+8 -3
View File
@@ -23,8 +23,14 @@ onnx_ort = [
"dep:ndarray",
"dep:parking_lot",
]
fasttext = ["dep:fasttext", "dep:rust-embed", "dep:tempfile"]
onnx = ["dep:rust-embed", "dep:tokenizers"]
# Selects which BERT-tiny ONNX model bytes are embedded via rust-embed; enable exactly one.
nld_classifier_v1 = ["onnx_candle"]
nld_classifier_v2 = ["onnx_candle"]
nld_classifier_v3 = ["onnx_candle"]
# Selects which shell-command heuristic behavior is used. If both are enabled, v2 wins.
nld_heuristic_v1 = []
nld_heuristic_v2 = []
[dependencies]
anyhow.workspace = true
@@ -36,7 +42,6 @@ candle-nn = { version = "0.9.2", optional = true }
candle-onnx = { version = "0.9.2", optional = true }
cfg-if.workspace = true
itertools.workspace = true
fasttext = { version = "0.7.8", optional = true }
futures-lite.workspace = true
instant.workspace = true
lazy_static.workspace = true
@@ -49,8 +54,8 @@ prost = { version = "0.14.3", optional = true }
rust-embed = { workspace = true, optional = true }
serde.workspace = true
smol_str.workspace = true
tempfile = { workspace = true, optional = true }
tokenizers = { version = "0.21.4", optional = true }
galaxy_completer.workspace = true
[dev-dependencies]
warp_features.workspace = true