issue description
- have CUDA 13.x installed
- install according to instructions
- start LichtFeld-Studio
- discover that the plugin failed to load
undefined symbol: cudaGetDriverEntryPointByVersion, version libcudart.so.12
temporary solution
resolved by changing all references of cu128 (torch related) to cu130 in the pyproject.toml file, remove uv.lock (unsure if it is required).
proposed long-term solution
detect the environment at hand to determine which CUDA variant to use during installation and / or allow the user to choose during installation
neofetch
OS: Ubuntu 24.04.4 LTS x86_64
Kernel: 6.17.0-14-generic
nvidia-smi
NVIDIA-SMI 580.95.05 Driver Version: 580.95.05 CUDA Version: 13.0
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Wed_Aug_20_01:58:59_PM_PDT_2025
Cuda compilation tools, release 13.0, V13.0.88
Build cuda_13.0.r13.0/compiler.36424714_0
issue description
temporary solution
resolved by changing all references of
cu128(torch related) tocu130in thepyproject.tomlfile, removeuv.lock(unsure if it is required).proposed long-term solution
detect the environment at hand to determine which CUDA variant to use during installation and / or allow the user to choose during installation
neofetch
nvidia-smi
nvcc --version