thewh1teagle
thewh1teagle
Hey! Thanks for report. It seems that the type hints are wrong. the function accept more parameters https://github.com/thewh1teagle/rookie/blob/78c292cafb9d8ecc5a09f093834d3c0a15594866/bindings/node/src/lib.rs#L44-L48 You may want to use instead the function `load()`
I tried also to compile with Rocm enabled using `clang` but it failed with other error 1. I downloaded sdk from [docs.amd.com](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/) 2. Build in Powershell ```console $env:ROCM_PATH = "C:\Program...
I tried to simply set speaker id in dataset.jsonl and then the training worked but it seems like the new voice is overwrite all the previous voices. when I infer...
Hey! Thanks for report about it. Can you try open it from `cmd.exe` with log enabled and check for errors? 1. open `cmd.exe` 2. run ```console taskkill /IM vibe.exe /F...
@newfla Do you know if Vulkan works on both Intel/arm macOS? I tried to build whisper.cpp with `VULKAN_SDK` set to `export VULKAN_SDK="/Users/user/VulkanSDK/1.3.290.0/macos"` but it doesn't build and give me this...
@jasonacox I thought that it can automatically login and fetch them. Is there unofficial api/library that I can also login with username and password for fetching the keys automatically? Thanks
> Regardless, do you have the entry of the compile_commands.json for that file? With compile_commands.json it works well. but I have another project that I can't produce compile_commands.json. I need...
> Not in settings.json, but clangd has a [config file](https://clangd.llvm.org/config.html) (`.clangd` in the project directory) where you can specify includes, for example: Does it supports relative path so it will...
> Sort of. You can use a relative path, but the path will be interpreted relative to the working directory in which the compile command runs, which is usually the...
Hey @oleole39 Thanks for creating the feature request : - ) I created a draft PR, but I'm unsure how useful the time range feature is. I'm only adding what's...