diff --git a/README.md b/README.md index a351ab667f..cb92698c7d 100644 --- a/README.md +++ b/README.md @@ -92,27 +92,27 @@ We also provide a some command line based examples using state of the art models the LLaMA model using the same quantization techniques as [llama.cpp](https://github.com/ggerganov/llama.cpp). - + - [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to image generative model, support for the 1.5, 2.1, SDXL 1.0 and Turbo versions. - + - [Wuerstchen](./candle-examples/examples/wuerstchen/): another text to image generative model. - + - [yolo-v3](./candle-examples/examples/yolo-v3/) and [yolo-v8](./candle-examples/examples/yolo-v8/): object detection and pose estimation models. - + - [segment-anything](./candle-examples/examples/segment-anything/): image segmentation model with prompt. - + - [SegFormer](./candle-examples/examples/segformer/): transformer based semantic segmentation model. - [Whisper](./candle-examples/examples/whisper/): speech recognition model.