Christoph Dolch
Christoph Dolch
It looks like, this bug is back: ``` requestBody: required: true content: multipart/form-data: schema: type: object properties: uploadtyp: $ref: '#/components/schemas/UploadTyp' files: type: array items: type: string format: binary required: -...
I ran into the same issue. I solved for me by using: ``` import ClapDetector from 'clap-detector'; const clap = new ClapDetector.default(); ``` ``` pi@raspberrypi:~/Projekte/clap-detection $ node -v v14.18.2 ```
I faced the same problem and this commit solved it. Big thanks to @jdownie
I found a workaround. I was using whisper on my second gpu and run into the same problem when using parameter `--device cuda:1` My solution was to use environment to...