summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-22 11:56:43 +0100
committerGitHub <noreply@github.com>2023-08-22 11:56:43 +0100
commit20ce3e9f394cbf809c7026233a7c058c4de18261 (patch)
treed4350c408a75bece0b4f33dc4e197e6db81e13a2 /Cargo.toml
parent44420d8ae109d9ebfe2066a5a87db08c73389724 (diff)
downloadcandle-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa606534..7957c038 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"candle-transformers",
"candle-wasm-examples/llama2-c",
"candle-wasm-examples/whisper",
+ "candle-wasm-examples/yolo",
]
exclude = [
"candle-flash-attn",