summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-09-19 13:31:37 -0700
committerGitHub <noreply@github.com>2023-09-19 21:31:37 +0100
commit7ad82b87e4c8dbbe8e6d84bcd05007c54675c310 (patch)
treed8d934c026fe5d7e85bc51dcd1a6ffdbdf8fd8e7 /Cargo.toml
parent8696f64baef3da878a6974b1fa82cba406789f13 (diff)
downloadcandle-7ad82b87e4c8dbbe8e6d84bcd05007c54675c310.tar.gz
candle-7ad82b87e4c8dbbe8e6d84bcd05007c54675c310.tar.bz2
candle-7ad82b87e4c8dbbe8e6d84bcd05007c54675c310.zip
BERT Wasm (#902)
* implement wasm module * add example to workspace * add UI explore semantic similiarity * change status messages * formatting * minor changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a5763a1..6cbbf00f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,9 @@ members = [
"candle-wasm-examples/segment-anything",
"candle-wasm-examples/whisper",
"candle-wasm-examples/yolo",
+ "candle-wasm-examples/bert",
]
-exclude = [
- "candle-flash-attn",
- "candle-kernels",
-]
+exclude = ["candle-flash-attn", "candle-kernels"]
resolver = "2"
[workspace.package]