secret-llama icon indicating copy to clipboard operation
secret-llama copied to clipboard

Could not load the model because Error: Cannot find adapter that matches the request

Open PaulWaldo opened this issue 9 months ago • 7 comments

I wanted to try it out by using https://secretllama.com. I am running

  • macOS 13.6.6
  • Safari 17.4.1 with the WebGPU Feature Flag turned on.

When I submit any text I get the message Could not load the model because Error: Cannot find adapter that matches the request

PaulWaldo avatar May 09 '24 19:05 PaulWaldo

Might be a safari issue? I get the same error message on Safari.

abi avatar May 09 '24 20:05 abi

Safari never gets much love, so I don't doubt it. What exactly does it mean by Cannot find adapter that matches the request?

PaulWaldo avatar May 09 '24 21:05 PaulWaldo

Im not sure exactly. The safari team needs to fix their WebGPU which I'm sure they will in the next few months.

Why not give Chrome or Edge a try?

abi avatar May 09 '24 23:05 abi

I too am getting the same error. I am on Ubuntu and Chrome. Is GPU a must have for this to work ?

the100rabh avatar May 11 '24 09:05 the100rabh

Did try it on Safari TP. After restarting the browser, everything works fine for me.

philipbrembeck avatar May 12 '24 07:05 philipbrembeck

Same error here, with Chromium Version 120.0.6099.216 (Official Build) for Linux Mint (64 bits)

1000i100 avatar Jun 05 '24 12:06 1000i100

For Chrome Linux, you need to enable WebGPU with a flag.

Browser dev tools console message hints: WebGPU is experimental on this platform. See https://github.com/gpuweb/gpuweb/wiki/Implementation-Status#implementation-status The website describes how to enable it.

xnumad avatar Jul 03 '24 20:07 xnumad