Skip to content

Commit

Permalink
prepare sf16_1 node limit and clean up old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 25, 2024
1 parent 264bea4 commit c998a36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/fishnet/src/main/JsonApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ object JsonApi:
"type" -> "analysis",
"id" -> a.id,
"nodes" -> Json.obj(
"sf16_1" -> a.nodes,
"sf16" -> a.nodes,
"sf15" -> a.nodes,
"sf14" -> a.nodes * 14 / 10,
"nnue" -> a.nodes * 14 / 10, // bc fishnet <= 2.3.4
"classical" -> a.nodes * 28 / 10
"classical" -> a.nodes * 3
),
"timeout" -> Cleaner.timeoutPerPly.toMillis
),
Expand Down

0 comments on commit c998a36

Please sign in to comment.