diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-22 11:56:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 11:56:43 +0100 |
commit | 20ce3e9f394cbf809c7026233a7c058c4de18261 (patch) | |
tree | d4350c408a75bece0b4f33dc4e197e6db81e13a2 /Cargo.toml | |
parent | 44420d8ae109d9ebfe2066a5a87db08c73389724 (diff) | |
download | candle-20ce3e9f394cbf809c7026233a7c058c4de18261.tar.gz candle-20ce3e9f394cbf809c7026233a7c058c4de18261.tar.bz2 candle-20ce3e9f394cbf809c7026233a7c058c4de18261.zip |
Sketch the yolo wasm example. (#546)
* Sketch the yolo wasm example.
* Web ui.
* Get the web ui to work.
* UI tweaks.
* More UI tweaks.
* Use the natural width/height.
* Add a link to the hf space in the readme.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ members = [ "candle-transformers", "candle-wasm-examples/llama2-c", "candle-wasm-examples/whisper", + "candle-wasm-examples/yolo", ] exclude = [ "candle-flash-attn", |