web-llm icon indicating copy to clipboard operation
web-llm copied to clipboard

I get Generate error, Error: WebGPU: cannot factorize big gridDim.x=104197 when I paste text into the box sometimes.

Open itissid opened this issue 1 year ago • 1 comments

On an M1 Macbook Pro with 16GB running OS 13.1

itissid avatar Apr 17 '23 15:04 itissid

Thanks for reporting. This was originally due to webGPU's limitation of maxComputeWorkgroupsPerDimension so we spread the launch, we will find ways to fix this as newer version comes with more relaxed limits

tqchen avatar Apr 17 '23 20:04 tqchen

should be fixed by https://github.com/apache/tvm/pull/14674, we will update the model after v1 update

Thank you for reporting this

tqchen avatar Apr 19 '23 21:04 tqchen

We have updated to vicuna-v1, and the bug is fixed.

jinhongyii avatar Apr 22 '23 04:04 jinhongyii