summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-10-25 23:24:02 -0700
committerGitHub <noreply@github.com>2023-10-26 07:24:02 +0100
commite5dc8cb4f40f564bcc1acce4926aa99f25464681 (patch)
treeb66cc172e3333a72e8ca3d386567fa231935042c /Cargo.toml
parente7b886d56f05b30b7814e0aaf0aea505fcfe30d2 (diff)
downloadcandle-e5dc8cb4f40f564bcc1acce4926aa99f25464681.tar.gz
candle-e5dc8cb4f40f564bcc1acce4926aa99f25464681.tar.bz2
candle-e5dc8cb4f40f564bcc1acce4926aa99f25464681.zip
[Wasm] BLIP Example (#1183)
* blip wasm start * fix dependency issue, move token stream here * vanilla js worker * roll back vscode * spell
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f21ada0..89ffe530 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,13 +7,7 @@ members = [
"candle-nn",
"candle-pyo3",
"candle-transformers",
- "candle-wasm-examples/llama2-c",
- "candle-wasm-examples/segment-anything",
- "candle-wasm-examples/whisper",
- "candle-wasm-examples/yolo",
- "candle-wasm-examples/bert",
- "candle-wasm-examples/phi",
- "candle-wasm-examples/t5",
+ "candle-wasm-examples/*",
"candle-wasm-tests",
]
exclude = ["candle-flash-attn", "candle-kernels"]