You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example error: ./lc0 benchmark --backend-opts="plugin_path=/kaggle/working/libtpu.so,max_batch=4,steps=1,datatype=bf16,device=1" --minibatch-size=4 --max-prefetch=0
Unhandled exception in worker thread: Buffer passed to Execute() as argument 0 to replica 0 is on device TPU_0(process=0,(0,0,0,0)), but replica is assigned to device TPU_1(process=0,(0,0,0,1)).
#2081 is not fixing the issue.
Example error:
./lc0 benchmark --backend-opts="plugin_path=/kaggle/working/libtpu.so,max_batch=4,steps=1,datatype=bf16,device=1" --minibatch-size=4 --max-prefetch=0
This line
lc0/src/neural/backends/xla/xla_runner.cc
Line 201 in c3a160c
should be changed to:
The text was updated successfully, but these errors were encountered: