Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Nov 14, 2024
1 parent 885bd31 commit 82fe8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions candle-core/tests/quantized_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ fn quantized_matmul_neg(device: &Device) -> Result<()> {
Device::Metal(_) => assert_eq!(
to_vec2_round(&res, 0)?,
&[
[243666.0, -19714.0, -285433.0, -550453.0],
[23782.0, 21654.0, 19400.0, 18369.0],
[-196102.0, 63022.0, 324233.0, 587191.0]
[243659.0, -19716.0, -285444.0, -550439.0],
[23779.0, 21653.0, 19404.0, 18349.0],
[-196101.0, 63021.0, 324252.0, 587137.0]
]
),
Device::Cuda(_) => assert_eq!(
Expand Down

0 comments on commit 82fe8ea

Please sign in to comment.