LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

安卓lc0无法像围棋那样运行在npu上吗?在围棋中8gen2实力已经接近3060的水平,说不确定下一代8gen3就有3060的水平了。但只是他的精度有int8(8gen2的npu只支持int8和int4),但这是对围棋来说已经足够了。 #1888

Closed ugvvff closed 1 year ago

ugvvff commented 1 year ago

WARNING: Please only use GitHub issues for BUG REPORTS and FEATURE REQUESTS Lengthy algorithm discussions etc are fine too, but also consider creating a wiki page or a page on website.

Here is what to do with other types of questions:

  1. Build problems: ask in #help channel in our discord: https://discord.gg/pKujYxD
  2. Configuration questions: ask in #help channel in our discord: https://discord.gg/pKujYxD
  3. Running problems: ask in #help channel in our discord: https://discord.gg/pKujYxD

If you are filing a bug report, please fill the fields below. Otherwise, feel free to remove this text and type a free-form issue as usual.

BUG REPORT

Describe the bug A clear and concise description of what the bug is.

Steps to Reproduce

  1. Expected behavior: Observed behavior:

Lc0 version Include Lc0 version/operating system/backend type.

Lc0 parameters Command line, if not default. Include screenshot of configuration window, if using through GUI.

Hardware

Lc0 logs Please attach Lc0 logs. Here is how to produce them (e.g. for D:\logfile.txt):

Set the following UCI option: Logfile: D:\logfile.txt OR pass this as a command line argument: --logfile=D:\logfile.txt OR Create lc0.config file in the same directory as your lc0.exe is located, with the following contents:

logfile=D:\logfile.txt

After running Lc0, D:\logfile.txt should appear.

Chess GUI logs If there is a problem with particular GUI (cutechess/arena/etc), also attach logs of that program.