Taewoon Kim

Results 12 comments of Taewoon Kim

> Sorry, but it seems that this PR mostly consists of placebo changes without any real benefit. > Perhaps part of the Hacktoberfest spam? lol

hi thanks for getting back to me. Do you also have an idea how and why my "hack" worked?

For those of you who needs cuda 11.1 ``` cd wget https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_455.23.05_linux.run sudo sh cuda_11.1.0_455.23.05_linux.run --silent --toolkit echo "export PATH=/usr/local/cuda-11.1/bin:/usr/local/cuda-11.1/nsight-compute-2020.2.0${PATH:+:${PATH}}" >> .zshrc echo "export LD_LIBRARY_PATH=/usr/local/cuda-11.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" >> .zshrc rm cuda_11.1.0_455.23.05_linux.run ```...

Hi, I am a deep learning researcher heavily relying on pytorch / tensorflow. I have limited knowledge in hardware, especially when it's low-level. The most annoying thing using NVIDIA GPUs...

Yeah you don't have to upload photos/embeddings. Everything is done on your local machine anyways. I just wanted your photos to make the machine "aware" of your existence. I'll make...

This will be updated.

Btw I haven't run `make style && quality` yet. It will change a lot of things.

> setting a `GDK_SCALE=3` env var seems to help on Fedora/GNOME/wayland desktops Thanks! Running `nohup sh -c 'GDK_SCALE=2 /opt/typedb-studio/bin/TypeDB\ Studio' &` on command line works well!

wow this works thanks amazing.