Dennis E. Mungai
Dennis E. Mungai
With (1), yes, `libx265` works as expected. And with (2), OpenCL is readily available for both Intel and NVIDIA in the environment, verified with `clinfo`.
Any updates here?
Any updates here?
Yes, the same problem occurs On Mon, 3 Mar 2025, 4:32 am Sherry Lin, ***@***.***> wrote: > Any issues if only 1:1 cmd? > > — > Reply to this...
Hello there, Any update on supporting Multi-program MPEG2-TS stream(s)? To present (and to my knowledge), shaka-packager does not implement this yet, resulting in this error when attempting to package this...
Also, attempting to generate the wheel via: ```sh GGML_CUDA=1 GGML_VULKAN=1 GGML_SYCL=1 python3 -m build --wheel . ``` Results in the same build failure as before.
No, it's still broken. The only branch that builds correctly is [v1.2.0](https://github.com/absadiki/pywhispercpp/releases/tag/v1.2.0). Possibly related to [this](https://github.com/absadiki/pywhispercpp/issues/37#issuecomment-2143269038) comment on #37 To get it building, the branch `v1.2.0` and the referenced commit...
Hmm, now running into a new build failure: ```sh 29.16 -- Found Git: /usr/bin/git (found version "2.43.0") 29.16 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 29.16 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 29.16...
And with `GGML_OPENMP=OFF` and CUDA disabled, the error log is as shown: ```sh 18.08 × Building wheel for pywhispercpp (pyproject.toml) did not run successfully. 18.08 │ exit code: 1 18.08...
I installed cmake from both the package manager and from pip. Will reinstall and verify.