Skip to content

Commit ff0e87a

Browse files
committed
fix: allow excessive precision for CLIP constants
1 parent 559e029 commit ff0e87a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/airml-preprocess/src/image.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ impl ImagePreprocessor {
7676

7777
/// Create a preprocessor with CLIP normalization settings
7878
/// Input: 224x224, RGB, normalized with CLIP mean/std
79+
#[allow(clippy::excessive_precision)]
7980
pub fn clip() -> Self {
8081
Self {
8182
width: 224,

0 commit comments

Comments
 (0)