googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.2k stars 722 forks source link

Kitty mode overuses GPU of my computer #2789

Open ksh108405 opened 2 years ago

ksh108405 commented 2 years ago

Describe the current behavior I usually turn on kitty mode to see cute kitty. but, as soon as kitty appears, GPU usage of chrome significantly increases. Before kitty, chrome has GPU usages of ~2%, (according to Windows task manager) After kitty, it rise to 10% or more. (I often train models in colab and my computer simultaneously, but by this bug, iteration speed of My computer slow downs about 20 times. So it's sure that Colab kitties are taking excessive resource.) My PC has RTX3080, So I guess that much of resource is not need for small kitties. I double checked this bug, but this happens again when I restarted browser.

Describe the expected behavior GPU usages of Chrome need to be same reguardless of kitties.

What web browser you are using Windows 10 19044.1645 Chrome 100.0.4896.127

Additional context Link to a minimal, public, self-contained notebook that reproduces this issue.

cperry-goog commented 2 years ago

Thanks, we'll take a look. Tracked internally at b/234055651