Closed michalblaha closed 1 year ago
It would be great to allow diarization in CPU instead of GPU to be able to use remote DIARIZE_SERVERs on HW with CPU only.
DiarizeService in https://github.com/Wordcab/wordcab-transcribe/blob/8c967bd0fdb29a8496ab9d32caa6d6c9a7649c03/src/wordcab_transcribe/services/diarization/diarize_service.py#L63 looked that its possible.
Unfortunately I don't know python to prepare you pull request. Sorry.
Docker with ASR_TYPE=only_diarization can be started without GPU (and without --gpus all parameter) and it's running CPU only.
ASR_TYPE=only_diarization
--gpus all
It would be great to allow diarization in CPU instead of GPU to be able to use remote DIARIZE_SERVERs on HW with CPU only.
DiarizeService in https://github.com/Wordcab/wordcab-transcribe/blob/8c967bd0fdb29a8496ab9d32caa6d6c9a7649c03/src/wordcab_transcribe/services/diarization/diarize_service.py#L63 looked that its possible.
Unfortunately I don't know python to prepare you pull request. Sorry.