what

aafdsfsaf sfdsf sfdf sfsfs sfsf

hello

ok,终于成功了。

custom meme js

asdf 222424 sfsfs sfsf

在 WSL Ubuntu 下安装 cuda和cudnn 的方法

system environment windows 11 23H2 wsl ubuntu 2204 install cuda 12.3 download url: https://developer.nvidia.com/cuda-downloads 1 2 3 4 wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-keyring_1.1-1_all.deb sudo dpkg -i cuda-keyring_1.1-1_all.deb sudo apt-get update sudo apt-get -y install cuda-toolkit-12-3 install cudnn download url: https://developer.nvidia.com/cudnn-downloads 1 2 3 4 5……