Last active
October 6, 2025 16:46
-
-
Save LogCreative/71c78d90b5317f5468413b374b8bbc21 to your computer and use it in GitHub Desktop.
Revisions
-
LogCreative revised this gist
Mar 8, 2025 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ According to [this link](https://forums.developer.nvidia.com/t/software-migration-guide-for-nvidia-blackwell-rtx-gpus-a-guide-to-cuda-12-8-pytorch-tensorrt-and-llama-cpp/321330), you need to install the latest CUDA to make the GPU accessible. So follow the official instruction to install CUDA 12.8, and install pytorch-nightly later: ```bash pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 ``` -
LogCreative revised this gist
Mar 8, 2025 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes. -
LogCreative revised this gist
Mar 8, 2025 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ According to [this link](https://forums.developer.nvidia.com/t/software-migration-guide-for-nvidia-blackwell-rtx-gpus-a-guide-to-cuda-12-8-pytorch-tensorrt-and-llama-cpp/321330), you need to install the latest CUDA to make the GPU accessible. So follow the official instruction to install CUDA 12.8, and install pytorch-nightly later. -
LogCreative revised this gist
Mar 8, 2025 . No changes.There are no files selected for viewing
-
LogCreative created this gist
Mar 8, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ sudo apt install build-essential sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update # goto tty3 by ctrl+alt+F3 now! sudo systemctl stop gdm3 sudo apt install nvidia-driver-570 # choose MIT license one, the prioritory one can not detect 5070ti now! reboot