v0.32.0-rc1
#2211
Replies: 1 comment
-
|
Thanks for Mac OS Binary - it works after executable permission with chmod+x Pankaj |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In this release, the code has been reorganized and undergone major changes. Therefore this changelog will be less detailed and describe the changes in major groups.
classic(the default),dag-preview(more later),valueheadandpolicyhead. The default algorithm can be changed either at build time by thedefault_searchoption or by renaming the executable to include the algorithm name (e.g. lc0-valuehead).classic. This has allowed some streamlining and simplifications.dag-previewsearch is the DAG algorithm that lived in a separate branch up to now. It hasn't been so well tested, that's why it has "preview" in its name for now, but lives in thesrc/search/dag-classicdirectory.valueheadsearch replacesValueOnlymode and selects the move with the best value head evaluation.policyheadsearch is equivalent to a single node search, selecting the best move using just the policy head.default_backendbuild option allows to override the fixed priority for the backend used by default.native_archbuild option to override the-march=nativecompiler default for linux release builds, to help with distribution package creation.syclbackend that will work with amd, intel and nvidia gpus.onnx-trtbackend, using tensorrt on nvidia gpus.waituci extension command to allow running simple tests from the command line.fenuci extension command as it was unnecessarily complicating things.benchmode for a quicker benchmark.This discussion was created from the release v0.32.0-rc1.
Beta Was this translation helpful? Give feedback.
All reactions