bbycroft / llm-viz

3D Visualization of an GPT-style LLM

Home Page:https://bbycroft.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D rendering broken in Firefox

torokati44 opened this issue · comments

See:
image

Looks okay in Chrome.

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.

Works for me on firefox:

image

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.

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

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!