what are your settings at whisperjav to get results (no cloud). Whisperjav V1.8.14 produces either 0 bit files after successfully completing or errors midway. I do have 16gb of memory and RTX 5080 graphic card. Super annoying.
I am not able to reproduce the same (bad) results in my environment. I suspect the issue is dependent on the environment.
I suspect that somehow the compute type (pf16 vs int8) is mismatched with the Blackwell GPU (probably a regression of an older issue).
To diagnose that, here is a diagnostic script to get more environment information. Would you run the diagnostics inside your whisperjav installation folder and send me the output file.
attached asr_diag.zip
---
The zip file includes a diag script and a diag audio file.
1. Unzip the files into your WhisperJAV installation folder
Inside it you’ll find:
asr_diag.py (the diagnostics script)
asr_diag_audio.wav (a short test audio file)
Extract both files directly into the folder where WhisperJAV is installed.
That’s the folder that contains python.exe, whisperjav.exe, and similar files.
(If you’re unsure, right‑click the WhisperJAV shortcut, select “Open file location”, and use that folder.)
2. Open a terminal in that folder
3. Run the diagnostics script
In the terminal, type the following command:
```
.\python.exe asr_diag_v13.py --audio asr_diag_audio.wav --model large-v2 --device cuda
```
The script will now run. It will print on screen as well as it saves an output file in an output folder.
The test will take about 2–3 minutes. During that time you may see messages like “Loading model…” and “Benchmark…”.
4. Wait for completion
When the script is ends, in your WhisperJAV installation folder, you will now have a new subfolder called asr_diag_output.
The script saves the results in that folder.
5. Send me the results (jso log) please.