Skip to content

Instantly share code, notes, and snippets.

@LogCreative
Last active October 6, 2025 16:46
Show Gist options
  • Select an option

  • Save LogCreative/71c78d90b5317f5468413b374b8bbc21 to your computer and use it in GitHub Desktop.

Select an option

Save LogCreative/71c78d90b5317f5468413b374b8bbc21 to your computer and use it in GitHub Desktop.

Revisions

  1. LogCreative revised this gist Mar 8, 2025. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion 2-install-cuda.md
    Original 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.
    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
    ```
  2. LogCreative revised this gist Mar 8, 2025. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  3. LogCreative revised this gist Mar 8, 2025. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions install-cuda.md
    Original 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.
  4. LogCreative revised this gist Mar 8, 2025. No changes.
  5. LogCreative created this gist Mar 8, 2025.
    8 changes: 8 additions & 0 deletions install-nvidia-driver-5070ti.sh
    Original 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