Micholik

Results 6 issues of Micholik

# How to reproduce: ```python import traceback from faster_whisper import WhisperModel import multiprocessing as mp import torch if __name__ == "__main__": torch.cuda.is_available() def sub(): try: w = WhisperModel( model_size_or_path="tiny", device="cuda",...

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Currently preventing usage...

feature request

## Description Set recreate default to False Link to issue https://github.com/NVIDIA/nv-ingest/issues/706 ## Checklist - [X] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/nv-ingest/blob/main/CONTRIBUTING.md). - [X] New or existing tests cover these...

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Would be nice ###...

feature request

### Version lastest ### Which installation method(s) does this occur on? _No response_ ### Describe the bug. replicates of this issue https://github.com/NVIDIA-AI-Blueprints/rag/issues/19 ### Minimum reproducible example ```shell ``` ### Relevant...

bug

I setup odas for Respeaker usb 4 mic on ubuntu24.04 with following cfg, redirecting the ssl output to terminal but only get single } on each line. No error is...