I'm running 32GB RAM and 12GB VRAM on a RTX3060. Would be happy to do any testing of things that you can't do yourself. I know nothing about programming, but I can follow instructions and report back flawlessly. Here's the traceback info that command came up with --
Traceback (most recent call last):
File "koboldcpp.py", line 4451, in <module>
main(parser.parse_args(),start_server=True)
File "koboldcpp.py", line 4039, in main
init_library() # Note: if blas does not exist and is enabled, program will crash.
File "koboldcpp.py", line 427, in init_library
handle = ctypes.CDLL(os.path.join(dir_path, libname))
File "PyInstaller\loader\pyimod03_ctypes.py", line 55, in __init__
pyimod03_ctypes.PyInstallerImportError: Failed to load dynlib/dll 'C:\\Users\\me.DESKTOP-R1SATEP\\AppData\\Local\\Temp\\_MEI122842\\koboldcpp_cublas.dll'. Most likely this dynlib/dll was not found when the application was frozen.
[10308] Failed to execute script 'koboldcpp' due to unhandled exception!
---------------------