Mike Robeson [dijksterhuis]

Results 6 comments of Mike Robeson [dijksterhuis]

@Ayushsunny looks like the original file has been renamed to [build-and-test.yml](https://github.com/mozilla/DeepSpeech/blob/master/.github/workflows/build-and-test.yml). I think [this is the section](https://github.com/mozilla/DeepSpeech/blob/master/.github/workflows/build-and-test.yml#L98) you want to be looking at (it looks like what was originally posted...

Hey @manics hadn't seen that forum post so thanks for the link. Was an interesting read. Will add a new post (and link back here) as it's not exactly the...

The `.whl` can be built from the local DeepSpeech 0.4.1 repository: ```bash make -C native_client/ctcdecode ``` https://discourse.mozilla.org/t/could-not-install-requirement-ds-ctcdecoder-0-4-1/47013/5

@JeetShah10 You're probably better off asking in the DeepSpeech Discourse forum tbh. It's either one of two things: - the fact you're trying to use Windows - problems with `make`...

Jumping on this late... [nvidia-tensorflow](https://github.com/nvidia/tensorflow) is patching TF v1.x for updates to CUDA. The [nvcr.io/nvidia/tensorflow:22.03-tf1-py3](https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/rel_22-03.html#rel_22-03) image contains the latest patched version, but requires an NGC account to pull the image...

>> docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. Pretty sure that error comes up when the Nvidia container runtime isn't installed. Did you...