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

Cannot find WebGPU on Safari (works on Arc)

Open louis030195 opened this issue 9 months ago • 1 comments

nextjs, running in client component

host macos m3

image

Cannot find WebGPU on Safari (works on Arc, which uses Chromium if I'm not wrong)

Both on MacOS and iPhone

Any idea? How can I provide more info? (not familiar at all with Safari dev, only use it on iPhone usually because Arc does not exist on iPhone)

louis030195 avatar May 12 '24 15:05 louis030195

does not work neither on android (chrome), window (safari)

louis030195 avatar May 12 '24 16:05 louis030195

WebGPU is not fully supported by all the browsers yet. Please check WebGPU compatibility table or use https://webgpureport.org/ to check whether the browser you used supports WebGPU.

Neet-Nestor avatar May 26 '24 04:05 Neet-Nestor

Hi @louis030195, Safari should be supported. I tried WebLLM Chat on:

  • Macbook: macOS Sonoma 14.5 with Safari Technology Preview
  • iPhone: iOS 18.0 Developer Beta with Safari (need WebLLM > 0.2.47: https://github.com/mlc-ai/web-llm/pull/498)

See https://x.com/charlie_ruan/status/1813662385879859472

CharlieFRuan avatar Jul 18 '24 00:07 CharlieFRuan