James Carlson
James Carlson
When I do precisely what @zeritonius outlined the chat demo box reports that it's unable to initialize the WebGPU device: `This browser env do not support WebGPU` `Find an error...
@kadogo I had altered cacheUrl, and updated the JSON as @zeritonius had indicated. `"wasmUrl": "/dist/vicuna-7b/vicuna-7b_webgpu.wasm",` `"cacheUrl": "http://172.24.3.245:3000/cache/",` (this happens to be the localnet IP through which it's possible to access...
The script snippet to download the shards worked fine for me. However, I noticed that visiting the local path to `/dist/vicuna-7b/vicuna-7b_webgpu.wasm` in Canary directly prompts a security warning before allowing...
@zeritonius thank you for the detailed questions and replies. * I did not delete the folder exclude option because none of the folders corresponded with the installation of web-llm *...