Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clippy lints.
Browse files Browse the repository at this point in the history
LaurentMazare committed Dec 21, 2024
1 parent af7939d commit 3976649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-transformers/src/models/depth_anything_v2.rs
Original file line number Diff line number Diff line change
@@ -533,7 +533,7 @@ pub struct DepthAnythingV2 {
conf: DepthAnythingV2Config,
}

impl<'a> DepthAnythingV2 {
impl DepthAnythingV2 {
pub fn new(
pretrained: Arc<DinoVisionTransformer>,
conf: DepthAnythingV2Config,

0 comments on commit 3976649

Please sign in to comment.