-
#### What steps will reproduce the bug?
```sh
$ bat /dev/zero | head -c 10 # hangs forever
^C
$ cat /dev/zero | head -c 10 # while this does not
$ cat /dev/zero | head -c 10 | hexdump …
-
I am getting an error. I have ran the requirements without issues and I am running it with Python 3.6 on Ubuntu 16.04 LTS. What is wrong?
$ python3.6 src/chess_zero/run.py sl
Traceback (most r…
-
**Your OS (including version) where you are running AlexaPi:**
```
Raspbian Jessie lite
```
**Your hardware platform and model you are running on:**
`Pi zero w and pi3 vb`
**Python release…
-
I got a pi zero w installed the configuration on the latest buster lite image. Its all working great without any major problems. Also the lagging over bluetooth seems to be fixed for now but there is …
-
Maybe I'm missing something, but it seems that every none zero exit status gets framed,
don't get me wrong I like the functionality but it would be nice to have more control over them.
in vscode …
-
I have to re-image 2018-10-06 again.
Strange.
This is on a pi zero w using wifi
When i re-image and change everything I want to change, in config.js the port number, the cam light off in /boot/co…
-
Hoi,
after a long while, I tested again and apparently the previous fix stopped working. That does not make any sense, so probably, I am doing something wrong.
With
```console
$ cat ~/.conf…
-
**Describe the bug**
When comparing zero-1 and zero-2, I noticed discrepancies between the results in the DeepSpeed Flops Profiler and the training speed metrics in transformers, and the conclusions …
-
Hi
I try to install on ARM Mac but I got an error depending on TBB
```
remotes::install_cran("qs2", type = "source", configure.args = " --with-TBB --with-simd=AVX2", force = T)
Installing 1 p…
-
**Describe the bug**
I used the Transformers library with Deepspeed, and used Lora to fine-tune the CogVLM2 model. The parameter size of the model was 19B. During training, I used five graphics cards…