--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/8343da2f-818b-4418-83d2-aad8db9975f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The full successful workflow is as follows:
apt install cmake nvidia-cuda-toolkit git-all libboost-all-dev libopenblas-dev opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev zlib1g-dev
apt install clinfo && clinfofollowed by:
git clone https://github.com/glinscott/leela-chess.git cd leela-chess git submodule update --init --recursive mkdir -p build && cd build cmake .. make
followed by
cp leela-chess/build/lczero . wget -c https://github.com/glinscott/leela-chess/releases/download/v0.6/client_linux cp leela-chess/build/lczero . chmod +x client_linux && ./client_linux --user djinnome --password XXX --debug.
!apt install cmake nvidia-cuda-toolkit git-all libboost-all-dev libopenblas-dev opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev zlib1g-dev!apt install clinfo && clinfo!git clone https://github.com/glinscott/leela-chess.git!cd leela-chess!git submodule update --init --recursive!mkdir -p build && cd build!cmake ..!make!cp leela-chess/build/lczero .!cp leela-chess/build/lczero .!chmod +x client_linux && ./client_linux --user djinnome --password XXX —debug.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/CA%2BHW2JMAmXZKKi8SHhecTKP8YLiLJC0YKCNf0TDQrc%3DwtnjkNg%40mail.gmail.com.
it works but i have to enter the Username, how can i enter into command line? Google Colab has only starting code and output text but i cant enter my name or anything
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/aa56c14e-fa82-494e-bd73-8252cc301fc5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/CA%2BHW2JP4eFzgbk6x%2BmWHpepCMGe4ff7qwVcdx%3D3%3DcjO6t3w-KA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/6d817f0b-de2c-47c3-b4a0-ef1fad6d0194%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/6d817f0b-de2c-47c3-b4a0-ef1fad6d0194%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/6E51234B-CDB0-44E8-AFEF-7390F5D7A937%40gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
I mean ...installing emacs25... wtf?
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fe42e4b9-9058-4964-afb5-cd4854def177%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/CA%2BHW2JPa%2BYaxzVz_FBqsaS-mDNpo94HF07DktWd%2BCuxxw9s95Q%40mail.gmail.com.
I cannot open your notebook, it just stays on loading`There was an error loading this notebook. Ensure that the file is accessible and try again`
DETAILSThere was an error loading this notebook. Ensure that the file is accessible and try again.https://drive.google.com/drive/?action=locate&id=1L5gUocAkW3gG6HH68qBR5K1KrFCBzwZJ&authuser=0OK
On 15 Apr 2018, at 17:35, Jeremy Zucker <djin...@gmail.com> wrote:
I dont know if all of nvidia-cuda-toolkit, is strictly necessary, but it is sufficient to install the OpenCL drivers so that clinfo generates output.On Sun, Apr 15, 2018, 2:46 PM Jesse Jordache <youtwis...@gmail.com> wrote:I mean ...installing emacs25... wtf?--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fe42e4b9-9058-4964-afb5-cd4854def177%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
Submodule path 'gtest': checked out '15392f1a38fa0b8c3f13a9732e94b209069efa1c'
Cloning into 'leela-chess'... Submodule 'gtest' (https://github.com/google/googletest.git) registered for path 'gtest' Cloning into '/content/leela-chess/gtest'... bash: line 6: cmake: command not found make: *** No targets specified and no makefile found. Stop.
On 15 Apr 2018, at 17:40, Jeremy Zucker <djin...@gmail.com> wrote:
On 15 Apr 2018, at 17:40, Jeremy Zucker <djin...@gmail.com> wrote:
On 15 Apr 2018, at 18:42, Levente Kolcsar <kolcsa...@gmail.com> wrote:
its not 4 games / minute but still holding 1 / minute
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/51b5dfd1-13b9-4c42-8327-d56144708c5c%40googlegroups.com.
On 15 Apr 2018, at 18:42, Levente Kolcsar <kolcsa...@gmail.com> wrote:
its not 4 games / minute but still holding 1 / minute
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/538F97B0-1A34-49D0-BBD4-BB55AF554FDE%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fee691cd-694b-4321-9db0-eea8de8bd00e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/CA%2BHW2JNiNwcWxEEwygTyy5pGyxROsikn6fXeNrOq_SSwMKstNg%40mail.gmail.com.
!echo '0;XgemmBatched;128;16;128;16; -DKWG=16 -DKWI=8 -DMDIMA=8 -DMDIMC=16 -DMWG=32 -DNDIMB=8 -DNDIMC=8 -DNWG=16 -DSA=1 -DSB=1 -DSTRM=0 -DSTRN=0 -DVWM=2 -DVWN=1;OpenCL: NVIDIA Corporation Tesla K80 @ 823MHz' > leela-chess/build/leelaz_opencl_tuning
Why did this happen?
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fee691cd-694b-4321-9db0-eea8de8bd00e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.

Number of platforms 0
full outputSubmodule path 'gtest': checked out '15392f1a38fa0b8c3f13a9732e94b209069efa1c'Cloning into 'leela-chess'... Submodule 'gtest' (https://github.com/google/googletest.git) registered for path 'gtest' Cloning into '/content/leela-chess/gtest'... bash: line 6: cmake: command not found make: *** No targets specified and no makefile found. Stop.On 15 Apr 2018, at 17:40, Jeremy Zucker <djin...@gmail.com> wrote:Hi, sorry about that. Try this instead:
On Sun, Apr 15, 2018 at 3:37 PM, Matej The Tree <matejt...@gmail.com> wrote:I cannot open your notebook, it just stays on loading`There was an error loading this notebook. Ensure that the file is accessible and try again`DETAILSThere was an error loading this notebook. Ensure that the file is accessible and try again.https://drive.google.com/drive/?action=locate&id=1L5gUocAkW3gG6HH68qBR5K1KrFCBzwZJ&authuser=0OKOn 15 Apr 2018, at 17:35, Jeremy Zucker <djin...@gmail.com> wrote:I dont know if all of nvidia-cuda-toolkit, is strictly necessary, but it is sufficient to install the OpenCL drivers so that clinfo generates output.On Sun, Apr 15, 2018, 2:46 PM Jesse Jordache <youtwis...@gmail.com> wrote:I mean ...installing emacs25... wtf?
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fe42e4b9-9058-4964-afb5-cd4854def177%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/CA%2BHW2JPa%2BYaxzVz_FBqsaS-mDNpo94HF07DktWd%2BCuxxw9s95Q%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/cbfe9830-7387-417b-93f7-dc376392c4ec%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/c0977ecd-fe77-4f0b-a078-5346d5d92d45%40googlegroups.com.
I still have to run everything from the scratch, even though we have this google drivehow come?
can you explain your process, do you just click play after 12 hours and it works?
On 16 Apr 2018, at 12:14, gravity_well <tolivea...@gmail.com> wrote:
when I was getting the platform ................ 0 message, I refreshed the page. then it worked. I guess that is the same as restarting the connection??
On Monday, April 16, 2018 at 1:02:13 PM UTC-4, Matej The Tree wrote:run.!kill -9 -1wait one minute and refreshstart newthis will clear the machineOn 16 Apr 2018, at 06:18, Jesse Jordache <youtwis...@gmail.com> wrote:Ugh. I'll get it working eventually - it was spitting out games at about one per minute and a half, but that seemed slow, and I'd gotten an error in the first package command complaining about some directory under /var being locked.
So I reinstalled the packages, and swept up the new ones. But now I can't compile.
Starting over... again....--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/cbfe9830-7387-417b-93f7-dc376392c4ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/c0977ecd-fe77-4f0b-a078-5346d5d92d45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/B57A9223-7B0D-4769-BA55-773267AA6036%40gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to lczero+unsubscribe@googlegroups.com.
Why did this happen?
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/fee691cd-694b-4321-9db0-eea8de8bd00e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
probably around that, and you can reach ~1500 / day if you run multiple colabs, the problem with parralel notebooks is that they use the same gpu/cpu resource so there is a sweet spot, in my experience is around 2-3 colab's running in parralel is fine, running more isnt doing anything, just slows down the overall output rate.
--
You received this message because you are subscribed to the Google Groups "LCZero" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lczero+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lczero/86bda755-a3dc-434d-91c8-8d3a4dee2d82%40googlegroups.com.