Ryan Metcalfe

Results 7 issues of Ryan Metcalfe

Hello, I seem to get different results when I use .exe vs. python application. For example, ``` deep-filter-0.5.6-x86_64-pc-windows-msvc.exe -m DeepFilterNet3_onnx.tar.gz myaudio.wav ``` Gives different results than: ``` deepFilter myaudio.wav -m...

### Bug description Here is a screenshot showing the macro & internal error: ### Steps to reproduce Add macro shown in the following screenshot, and click 'Apply Macro to Project'....

bug
macros / scripting

### OS Platform and Distribution Windows 11 ### Compiler version Visual Studio 2019 / 2022 ### Programming Language and version C++ ### Installed using virtualenv? pip? Conda?(if python) _No response_...

type:docs-bug
type:build/install
task::all
os:windows
platform:c++
stat:awaiting googler

Hello, I have a custom cortex engine (compiled into an engine.dll). Right now I am able to make use of it in a super hacky way, by replacing the default...

Hello, is there a plan to update [OpenVINO Speech-to-Text Collection](https://huggingface.co/collections/OpenVINO/speech-to-text-672321d5c070537a178a8aeb) on hugging face? Using latest master version of OpenVINO GenAI, I found that some warnings are printed -- and also,...

question
category: whisper

To support application progress bars that show % toward completion of transcription, we need a similar progress callback mechanism as what whisper.cpp project provides: https://github.com/ggerganov/whisper.cpp/blob/215990abdeb7554b313f6646784c4d6de17aaae7/include/whisper.h#L454

It's a well-known issue that `openbmb/MiniCPM-o-2_6` only works with transformers versions up to `4.51.3`, hence the `MAX_TRANSFORMERS_VERSION` defined here: https://github.com/huggingface/optimum-intel/blob/a484bc6ee1175bbe8868bb53d2c42ab4c4802aa6/optimum/exporters/openvino/model_configs.py#L2711 In our case we have a patched variant of `openbmb/MiniCPM-o-2_6`...