Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: crashed and didn't transcribe #292

Closed
FAElite opened this issue Sep 23, 2024 · 3 comments
Closed

Bug: crashed and didn't transcribe #292

FAElite opened this issue Sep 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@FAElite
Copy link

FAElite commented Sep 23, 2024

What happened?

A bug happened!

Steps to reproduce

  1. step one...
  2. step two...

What OS are you seeing the problem on?

No response

Relevant log output

options: {
  "path": "C:\\Users\\furqa\\OneDrive - University Of Houston\\Documents\\2024-09-23 15-23-37.wav",
  "lang": "en",
  "verbose": false,
  "n_threads": 6,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null,
  "max_text_ctx": null,
  "word_timestamps": false,
  "max_sentence_len": 1
}

Caused by:
    no segements found!

Location:
    core\src\transcribe.rs:292:13
App Version: vibe 2.5.2
Commit Hash: 7780d6fa971ef096a21e4ec84dc3330172f8a241
Arch: x86_64
Platform: windows
Kernel Version: 10.0.22621
OS: windows
OS Version: 10.0.22621
Cuda Version: n/a
Models: ggml-medium.bin
Default Model: "C:\\Users\\furqa\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin"
Cargo features: vulkan


{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
@FAElite FAElite added the bug Something isn't working label Sep 23, 2024
@aManWhoIsNobody
Copy link

Hi, I had the same bug (first time that I've tried this app) and I managed to resolve it? or bypassed it, idk. Anyway, I noticed some weirdness when I selected the GPU (my laptop has a 2070 super max-q) with number 1 it kept crashing, so I tried with the igpu (hd630 I believe, it's a 10th gen intel) and it worked. I tried to select again the dgpu and it literally started changing numbers, like 7 or even -4. So I thought that maybe it was some kind of software related issue. I disabled nvidia optimus from the bios and it worked, first try, it's also really fast, @thewh1teagle made a fantastic job with this project. Hope that this comment can be helpful

@FAElite
Copy link
Author

FAElite commented Sep 25, 2024 via email

@thewh1teagle
Copy link
Owner

#370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants