Skip to content

Commit

Permalink
bench: 4768502
Browse files Browse the repository at this point in the history
  • Loading branch information
liamt19 committed Jan 3, 2025
1 parent a1764f4 commit 321b0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Logic/NN/Bucketed768.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static unsafe partial class Bucketed768

private const int FT_QUANT = 255;
private const int FT_SHIFT = 10;
private const int L1_QUANT = 64;
private const int L1_QUANT = 132;
private const int OutputScale = 400;

private static readonly int U8_CHUNK_SIZE = (NNUE.UseAvx ? sizeof(Vector256<byte>) : sizeof(Vector128<byte>)) / sizeof(byte);
Expand Down
2 changes: 1 addition & 1 deletion network.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
net-015-2048x16x32-z
net-015-2048x16x32-132qb-z

0 comments on commit 321b0ae

Please sign in to comment.