summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-09-10 12:29:37 +0100
committerGitHub <noreply@github.com>2023-09-10 12:29:37 +0100
commit584171cae18923450e029eb04245f70c7e7e5fc4 (patch)
tree84109b5f03ac96839967cdc5d5c21ce6f25fcb3c /Cargo.toml
parent6c58fc59fd828492021cfd0f4518ae5ae3b03f56 (diff)
downloadcandle-584171cae18923450e029eb04245f70c7e7e5fc4.tar.gz
candle-584171cae18923450e029eb04245f70c7e7e5fc4.tar.bz2
candle-584171cae18923450e029eb04245f70c7e7e5fc4.zip
Add a wasm module for the segment anything example. (#797)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce41876a..b45a2ab6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"candle-pyo3",
"candle-transformers",
"candle-wasm-examples/llama2-c",
+ "candle-wasm-examples/segment-anything",
"candle-wasm-examples/whisper",
"candle-wasm-examples/yolo",
]