Add a wasm module for the segment anything example. (#797)

This commit is contained in:
Laurent Mazare
2023-09-10 12:29:37 +01:00
committed by GitHub
parent 6c58fc59fd
commit 584171cae1
6 changed files with 189 additions and 3 deletions

View File

@ -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",
]