--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
On Tuesday, June 12, 2018 at 9:05:04 PM UTC+1, Michael Byrne wrote:
> Hi Al,
> Sorry for ignorance - where can we download the exe for Pico? Probably should also post the link to the weights , although I do know it’s on Github and can find it easily. Just for others that may not know.
> Regards ,
> Michael
>
> Sent from my iPhone
>
> > On Jun 12, 2018, at 3:45 PM, Al <scal...@gmail.com> wrote:
> >
> > Jürgen,
> >
> > Well done that works a treat, the engine load takes 15-20 seconds. Now to go and get thrashed by it, shame there’s no levels, however the different weights files are different strengths so can be downloaded to suit.
> >
> > Thanks,
> >
> > Al.
> >
> > --
> > You received this message because you are subscribed to the Google Groups "PicoChess" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
Ok, In this game I didn’t use books, however LCZero has its learning to fall back on and I got in a right mess, as I’m not an opening dictionary:
Cheers,
Al.
--
You received this message because you are subscribed to a topic in the Google Groups "PicoChess" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picochess/BSOG6xg27sc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picochess+unsubscribe@googlegroups.com.
of course , the engines you compiled are on your Github link under the new releases thread - DUH! downloading now...
Leela does not work. I copied Al's files to the armv7l engine catalog. sudo apt install cmake g ++ git libboost-all-dev libopenblas-dev opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev zlib1g-dev. I added to engines.ini [lczero]
name = lczero v0.10
small = lczero
medium = lczero
large = lczero 0.10
elo = 2700
I added the file weights.txt to the opt / picochess directory. When I choose lczeero engine freezes, I wait but nothing happens.--
You received this message because you are subscribed to a topic in the Google Groups "PicoChess" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picochess/BSOG6xg27sc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picochess+...@googlegroups.com.
Enter this anywhere and retry:
sudo apt install cmake g++ git libboost-all-dev libopenblas-dev opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev zlib1g-dev
Al.
I did it before. I copied the entire line to the .sh file and ran it.
Something was installing. I do not know what could have gone wrong.Now it works great thanks for help Al.