Lys

Results 22 comments of Lys

I'd been using VSCode Insiders from AUR before I switched to configuring my VSCode with Nix, so I have a `state.vscdb` to compare to. Looks like the best workaround to...

Manually editing the generated `build.ninja` file's `ggml.cuda.cu.o` chunk to the following: ``` build CMakeFiles/ggml-rocm.dir/ggml-cuda.cu.o: CXX_COMPILER__ggml-rocm_unscanned_Release /home/lys/Downloads/whisper.cpp/ggml-cuda.cu || cmake_object_order_depends_target_ggml-rocm DEFINES = -DGGML_USE_CUDA -DGGML_USE_HIPBLAS -DUSE_PROF_API=1 -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -D__HIP_PLATFORM_AMD__=1 DEP_FILE = CMakeFiles/ggml-rocm.dir/ggml-cuda.cu.o.d FLAGS...

The first bug (where `ggml.h` is not found) can be easily replicated in the `rocm/rocm-terminal` docker image. After installing the dependencies (`sudo apt update && sudo apt install -y hipblas...

Also experiencing this on Arch with KDE Plasma `5.27.8`, KDE Frameworks `5.110.0` and Qt `5.15.11`, kernel `6.5.7`. Error logs are much the same. Interesting thing is that the first window...

Huh. That's definitely a bit strange, but I can understand it. Is there a better way to handle a type that will only ever be returned _from_ the server, and...

Okay, it builds now. There's an issue, however, with running the `main` example. (`FILE_PATH_REMOVED` == path to where I'm storing my whisper ggml models and wav files for testing) ```...

It seems that using the `CC`/`CXX`=`hipcc` described in https://github.com/ggerganov/whisper.cpp/pull/2102 makes it work fine :)

This also happens for a custom store (in my case `secret` or `$secret`) as well. Also Svelte 5, Eslint, TS.

I only found out myself today, though... I also started looking into it today. It "works on my machine" so if there's any help I can provide just ask! I...