bbycroft / llm-viz

3D Visualization of an GPT-style LLM
https://bbycroft.net
3.26k stars 366 forks source link

3D rendering broken in Firefox #15

Closed torokati44 closed 5 months ago

torokati44 commented 6 months ago

See: image

Looks okay in Chrome.

bbycroft commented 6 months ago

That's an interesting one! Could you take a screenshot of this page https://webglreport.com/?v=2 in your Firefox with the issue? Could be any combination of hardware/software/config that's causing the issue. At least, it works fine for me in my Firefox browser.

torokati44 commented 6 months ago

Sure: image

timthelion commented 5 months ago

Works for me on firefox:

image

timthelion commented 5 months ago

Weird, I'm on linux with firefox with the same GPU and it works.

timothy@nixos ~> uname -a
Linux nixos 6.1.55 #1-NixOS SMP PREEMPT_DYNAMIC Sat Sep 23 09:11:13 UTC 2023 x86_64 GNU/Linux
timothy@nixos ~> firefox --version
Mozilla Firefox 118.0.1
timothy@nixos ~>

I'm on stock kernel with no extra drivers.

timthelion commented 5 months ago

Only difference is your firefox is a bit newer than mine...

torokati44 commented 5 months ago

Hmh, on a different machine, with different hardware, on FF 121, it works fine indeed. Could have been a driver issue or something like that. Thanks for checking, and for the amazing project!