This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Nvidia 5080 Not being detected as CUDA GPU
#20
Issue Solved on RTX 5080 — Full Compatibility Achieved
Hey everyone, I was hitting the same CUDA sm_120 block and runtime errors on the RTX 5080. After deep debugging and patching attempts, I finally found a clean workaround:
  1. Install PyTorch Nightly with CUDA 12.8:
    bash
    CopyEdit
    pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
  2. Install or update
    bitsandbytes
    manually (for CUDA 128 support):
  3. Fix the missing
    libbitsandbytes_cuda128.so
    :
    • Search for it (possibly in ComfyUI or Forge folder) and manually copy it to your target venv path:
      swift
      CopyEdit
      your_venv_path/lib/site-packages/bitsandbytes/
  4. (If needed) Downgrade Triton:
    bash
    CopyEdit
    pip install triton==3.1.0
Everything now runs smoothly on my RTX 5080, including WebUI Forge and Diffusers. Let me know if anyone needs help replicating this.
Repo with fix and driver insights coming soon. Marking this as Solved.
The Architect
Reply


Messages In This Thread
RE: Nvidia 5080 Not being detected as CUDA GPU - by The-Architect - 23.03.2025, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)