FL33TW00D/whisper-turbo

Any chance to get support for Linux?

maxime1992 opened this issue · 3 comments

Hello,

this is a really cool project. I wanted to try it out but when the base model loads and reaches 100% I get this error:

image

I was about to make a report bug then saw in the bug report than only mac and windows are supported so maybe that's expected.

Are you planning on adding Linux support at some point?

Thanks!

Hey @maxime1992,
Linux support is currently behind a flag, you’ll need to start chrome with the flags provided here: https://github.com/gpuweb/gpuweb/wiki/Implementation-Status

Please let me know if it works I haven’t got a Linux machine to test on

Thanks!

Tried it on Firefox nightly as explained here

image

Once the model is done loading I get this error:

TypeError: can't access property "requestAdapter", i[e] is undefined

And I have plenty of warnings of type

Warning: Token '<|29.90|>' was expected to have ID '51859' but was given ID 'None' [451-bef1ecb884dd18e5.js:2:958](https://whisper-turbo.com/_next/static/chunks/451-bef1ecb884dd18e5.js)
Warning: Token '<|29.92|>' was expected to have ID '51860' but was given ID 'None' [451-bef1ecb884dd18e5.js:2:958](https://whisper-turbo.com/_next/static/chunks/451-bef1ecb884dd18e5.js)
Warning: Token '<|29.94|>' was expected to have ID '51861' but was given ID 'None' [451-bef1ecb884dd18e5.js:2:958](https://whisper-turbo.com/_next/static/chunks/451-bef1ecb884dd18e5.js)
Warning: Token '<|29.96|>' was expected to have ID '51862' but was given ID 'None' [451-bef1ecb884dd18e5.js:2:958](https://whisper-turbo.com/_next/static/chunks/451-bef1ecb884dd18e5.js)
Warning: Token '<|29.98|>' was expected to have ID '51863' but was given ID 'None' [451-bef1ecb884dd18e5.js:2:958](https://whisper-turbo.com/_next/static/chunks/451-bef1ecb884dd18e5.js)

@maxime1992 I think FF support on Linux is rocky but have reached out to the team to double-check. Would recommend trying with a Chromium based browser for better support :)