From f0c6e2777f8f96749ce7951727e5a368b9d816f9 Mon Sep 17 00:00:00 2001 From: jcalabro Date: Wed, 11 Dec 2024 12:35:48 -0500 Subject: [PATCH] comment --- build.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.zig b/build.zig index 93351b4..a4d8595 100644 --- a/build.zig +++ b/build.zig @@ -91,9 +91,7 @@ pub fn build(b: *Build) !void { }); } -/// The first time we run "zig build", we need to download a nnue file from the -/// internet. We search for the correct file to download in the macro -/// #define EvalFileDefaultName in evaluate.h. +/// The first time we run "zig build", we need to download the necessary nnue files fn downloadNNUE(b: *Build, nnue_file: []const u8) !void { _ = fs.cwd().statFile(nnue_file) catch |err| { switch (err) {