Skip to content

Instantly share code, notes, and snippets.

@udon-universe
Last active March 22, 2023 17:43
Show Gist options
  • Save udon-universe/a38fef211eef0411661010f80667a794 to your computer and use it in GitHub Desktop.
Save udon-universe/a38fef211eef0411661010f80667a794 to your computer and use it in GitHub Desktop.
AUTOMATIC1111最小環境構築メモ / Intel NUC & PopOS & Razer Core X (eGPU)

AUTOMATIC1111最小環境構築メモ / Intel NUC & PopOS & Razer Core X (eGPU)

  • NUC12WSHi5
  • PopOS 22.04 nvidia
  • Razer Core X
  • RTX 3060 12GB

0. setup NUC BIOS

  • enter F2 in boot
  • disable Secure Boot
  • enable 3rd UEFI Driver

1. setup eGPU connection

use boltctl to controll TB3 in Linux

  1. boltctl auth
  2. boltctl enroll
  3. nvidia-smi

(nvidia-smi 's cuda version is max version by GPU and not current system version)

2. setup NVIDIA tools

Compute Capability

  • RTX 3060 -> Compute Capability 8.6

NVIDIA driver

  • latest by PopOS

CUDA & cuDNN

  • latest by PopOS is 11.2
  • CUDA 11.2 -> Compute Capability 5.0 ~ 8.7

Conclusion

sudo apt-get install system76-cuda-11.2 system76-cudnn-11.2

(cudnn package version suffix is based on CUDA version as system76-cudnn-${CUDA_VERSION})

3. Install AUTOMATIC1111

see official document

4. enjoy

background2_small1

Ref.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment