summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-25 18:01:38 +0100
committerGitHub <noreply@github.com>2023-08-25 18:01:38 +0100
commit46eb225ba5c153602313f90dba1a819be8333a03 (patch)
treec11b19b5915160a3be71da8e2ec1b40daff59e9f /README.md
parentaa67e5107dfaa4f1a98e377a6d12a4a58adff77c (diff)
downloadcandle-46eb225ba5c153602313f90dba1a819be8333a03.tar.gz
candle-46eb225ba5c153602313f90dba1a819be8333a03.tar.bz2
candle-46eb225ba5c153602313f90dba1a819be8333a03.zip
Add some missing entries to the changelog. (#606)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b510979a..2aa2a1fe 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,8 @@ Check out our [examples](./candle-examples/examples/):
the LLaMA model using the same quantization techniques as
[llama.cpp](https://github.com/ggerganov/llama.cpp).
- [yolo-v3](./candle-examples/examples/yolo-v3/) and
- [yolo-v8](./candle-examples/examples/yolo-v8/): object detection models.
+ [yolo-v8](./candle-examples/examples/yolo-v8/): object detection and pose
+ estimation models.
Run them using the following commands:
```
cargo run --example whisper --release
@@ -74,7 +75,7 @@ cargo run --example stable-diffusion --release -- --prompt "a rusty robot holdin
cargo run --example dinov2 --release -- --image path/to/myinput.jpg
cargo run --example quantized --release
cargo run --example yolo-v3 --release -- myimage.jpg
-cargo run --example yolo-v8 --release -- myimage.jpg
+cargo run --example yolo-v8 --release -- myimage.jpg # for pose estimation, add --task pose
```
In order to use **CUDA** add `--features cuda` to the example command line. If