diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-09-10 12:29:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 12:29:37 +0100 |
commit | 584171cae18923450e029eb04245f70c7e7e5fc4 (patch) | |
tree | 84109b5f03ac96839967cdc5d5c21ce6f25fcb3c /Cargo.toml | |
parent | 6c58fc59fd828492021cfd0f4518ae5ae3b03f56 (diff) | |
download | candle-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", ] |