You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading my system to CUDA Toolkit 13.x, running the AI File Sorter application fails with a "cudart64_12.dll not found" error. It appears the executable is hardcoded to search for cudart64_12.dll from CUDA 12.x, but this DLL is not included with CUDA 13.x.
Please consider updating the code to support CUDA 13.x runtimes, or make the CUDA DLL detection compatible with newer major versions (e.g., look for cudart64_13.dll if 12.x is not installed). This would allow users to run the app on modern environments without needing to downgrade or manually manage old dependencies. Thank you!