Spaces:
Running
Never transcript
Hello
None of your WebGPU spaces work for me
In this space, for example, I see the onnx loading bars, those bars end, but the button never goes from Loading model...
to Transcribing...
Do I need to enable anything?
Hi there - does your browser support WebGPU (https://caniuse.com/webgpu)? Which OS do you have? Can you provide additional information about your system?
Thanks
I am using Ubuntu 20.04
- In brave version 1.66.115 Chromium: 125.0.6422.112 (Official Build) (64-bit) I get what I put
- In chrome version 125.0.6422.112 (Official Build) (64-bit) the same thing happens.
- In firefox version 126.0.1 (64-bit) I get the message
WebGPU is not supported by this browser :(
.
According to caniuse I should be able to use WebGPU with all three browsers
Best regards
I am using Ubuntu 20.04
Have you enabled the necessary flags? You may also need to use Google Chrome Canary. See https://discourse.threejs.org/t/webgpu-example-not-working-in-ubuntu-20-04/40484 for more information.
It works with google-chrome --enable-unsafe-webgpu --enable-features=Vulkan
, but not with brave-browser --enable-unsafe-webgpu --enable-features=Vulkan
. Thanks for your help