Skip to content

Commit

Permalink
Merge branch 'main' into l1-1536
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Mar 18, 2024
2 parents 2347be9 + 644c814 commit 78cd2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ EXE = berserk
SRC = attacks.c bench.c berserk.c bits.c board.c eval.c history.c move.c movegen.c movepick.c perft.c random.c \
search.c see.c tb.c thread.c transposition.c uci.c util.c zobrist.c nn/accumulator.c nn/evaluate.c pyrrhic/tbprobe.c
CC = clang
VERSION = 20240311
MAIN_NETWORK = berserk-d3561c0273c8.nn
VERSION = 20240318
MAIN_NETWORK = berserk-1794ba44a3ac.nn
EVALFILE = $(MAIN_NETWORK)
DEFS = -DVERSION=\"$(VERSION)\" -DEVALFILE=\"$(EVALFILE)\" -DNDEBUG

Expand Down

0 comments on commit 78cd2c2

Please sign in to comment.