Skip to content

Commit

Permalink
Bench: 5191408
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
Adam-Kulju committed Dec 31, 2024
1 parent c488b5d commit eaf5ba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added engine/nets/firefly.nnue
Binary file not shown.
Binary file added engine/nets/rw3.nnue
Binary file not shown.
4 changes: 2 additions & 2 deletions engine/src/nnue.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ struct alignas(64) NNUE_Params {
int16_t output_bias;
};

INCBIN(nnue, "src/firefly.nnue");
INCBIN(nnue2, "src/rw3.nnue");
INCBIN(nnue, "nets/firefly.nnue");
INCBIN(nnue2, "nets/rw3.nnue");

const NNUE_Params &g_nnue = *reinterpret_cast<const NNUE_Params *>(g_nnueData);
const NNUE_Params &g_nnue2 =
Expand Down

0 comments on commit eaf5ba3

Please sign in to comment.