Skip to content

Commit

Permalink
Revert "update hash as input format of weights is custom after post_o…
Browse files Browse the repository at this point in the history
…ptimize_weights pass"

This reverts commit 00826ad.
  • Loading branch information
michal-miotk committed Oct 20, 2024
1 parent a5165a8 commit cc6b4b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class check_hash_value: public ::testing::Test {
ASSERT_EQ(params_hash, 8889154389021912103UL);
} else {
ASSERT_EQ(primitive_hash, 8017451717095756666UL);
ASSERT_EQ(params_hash, 2636104548379690535UL);
ASSERT_EQ(params_hash, 10847775446937354749UL);
}
}

Expand Down

0 comments on commit cc6b4b5

Please sign in to comment.