This was… a lot easier than I expected…? It was obviously a good idea to back up all my files, make sure I had access to all my most important accounts on my phone, and make sure that I had the latest version of Mint Xfce on the bootable USB, but I was so worried about doing something slightly wrong and breaking my computer that I just feel kinda silly now that I know everything just kinda works.

Well, everything except two things: firstly, it’s gonna be a pain to set up my custom Russian keyboard; secondly, RVC seems like a pain in the ass to install, but we’ll see if it’s the type of pain in the ass I can deal with in the span of six days, and it’s no huge deal if it isn’t.

Edit: I had some trouble getting it to connect to my TV via HDMI. The solution turned out to be to switch back to the open source display driver instead of Nvidia’s proprietary one LMFAO

Edit 2: Tumblerd kept me from safely ejecting my external hard drive; I ended up just terminating Tumblerd through the task manager, and that fixed the problem. Tumblerd is evidently just a thingy that generates thumbnails for files and it got stubck because it was a big hard drive with hundreds of video files.

Edit 3: I’ve got trackpad gestures working more or less like they did on Windows. Hooray.

Edit 4: I’ve got the Japanese IME (Mozc) set up and added em dash and interrobang among a few other special characters to the custom dictionary.

  • Erika3sis [she/her, xe/xem]@hexbear.netOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    25 days ago

    So, I need to get PyTorch, and there are five install commands on PyTorch’s website: one for computers with CUDA 12.6, one for 12.8, one for 12.9, one for computers with ROCm 6.4, and one for computers with neither ROCm nor CUDA. Checking my version of CUDA (nvcc -V) shows 12.0. Is there a way for me to update CUDA; should I use the command for the non-CUDA, non-ROCm version of PyTorch; or will it go fine for me to install a CUDA version of PyTorch even if my version of CUDA is apparently a bit too old?

    But even when I use any of the install commands from PyTorch’s website (variants of pip3 install torch torchvision), each of them gives me an “externally-managed-environment” error — which recommends just as you say creating a virtual environment. But it also says “make sure you have python3-full installed [before creating the virtual environment]”, and I’m not sure how to do this, or if I don’t have python3-full how to get it.