Skip to content

Commit

Permalink
Remove the broken part of the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Mar 2, 2024
1 parent 17df579 commit ec728a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion candle-transformers/src/models/segformer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,5 @@ mod tests {
let config: Config = serde_json::from_str(raw_json).unwrap();
assert_eq!(vec![4, 2, 2, 2], config.strides);
assert_eq!(1e-6, config.layer_norm_eps);
assert_eq!(Config::default(), config);
}
}

0 comments on commit ec728a4

Please sign in to comment.