Skip to content

Commit

Permalink
Set v7's default rescale to 1024.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Jan 25, 2025
1 parent cad0c15 commit 1fbaa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/v7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Model {
pub const LN_EPS: f32 = 1.0e-5;
pub const GN_EPS: f32 = 64.0e-5;

pub const DEFAULT_RESCALE: usize = usize::MAX;
pub const DEFAULT_RESCALE: usize = 1024;
pub const DEFAULT_SEP: usize = 1;
}

Expand Down

0 comments on commit 1fbaa99

Please sign in to comment.