Skip to content

Commit

Permalink
adjsut for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Nov 17, 2024
1 parent b002401 commit fd358b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions candle-transformers/src/models/segment_anything/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
//! - ⚡ [Interactive Wasm Example](https://huggingface.co/spaces/radames/candle-segment-anything-wasm)
//! - 💻 [GH Link](https://github.com/facebookresearch/segment-anything)
//! - 📝 [Paper](https://arxiv.org/abs/2304.02643)
//! - 💡 The default backbone can be replaced by the smaller and faster TinyViT model
//! based on [MobileSAM](https://github.com/ChaoningZhang/MobileSAM).
//! - 💡 The default backbone can be replaced by the smaller and faster TinyViT model based on [MobileSAM](https://github.com/ChaoningZhang/MobileSAM).
//!
//!
//! ## Example
Expand Down
3 changes: 1 addition & 2 deletions candle-transformers/src/models/stable_diffusion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
//! <img src="https://github.com/huggingface/candle/raw/main/candle-examples/examples/stable-diffusion/assets/stable-diffusion-xl.jpg" alt="rusty robot holding a candle" width=320>
//! </div>
//!
//! > _"A rusty robot holding a fire torch in its hand."_
//! Generated by Stable Diffusion XL using Rust and [candle](https://github.com/huggingface/candle).
//! _"A rusty robot holding a fire torch in its hand."_ Generated by Stable Diffusion XL using Rust and [candle](https://github.com/huggingface/candle).
//!
//! ```bash
//! # example running with cuda
Expand Down

0 comments on commit fd358b9

Please sign in to comment.