最近の記事
How to completely uninstall NVIDIA driver, Cuda, Etc And Reinstall on Ubuntu 22.04
Recently I had a problem regarding with my deep learning workstation, so I need to completely uninstall all the NVIDIA, CUDA, et al. here is the I did that # remove nvidia drivers and also cuda-toolkit sudo apt purge *nvidia* # remove oth
How to clone git (github / huggingface) over ssh with non default identity file
Make a new file ~/.ssh/config And in the file, fill with this Host hf-boringtaskaiHostname hf.coIdentityFile /root/.ssh/id_yoursshfileUser yourusername then you can clone using ssh, like this git clone git@hf-boringtaskai:boringtaskai/