KoboldCPP-v1.82.1.yr0-ROCm #96
Replies: 5 comments 3 replies
-
Hi, I'm seeing this error with a 6750XT. I read here (#80) that this popped up a few months ago, but is it still an issue for anyone else?
PS: For info, v1.80.3 also fails for me. The latest release that works is v1.79.1.yr1. |
Beta Was this translation helpful? Give feedback.
-
Is possible to run I am thinking to use 8x MI300X |
Beta Was this translation helpful? Give feedback.
-
Not using MMAP doesn't make sense, often GPU caches something to RAM while having free VRAM and everything runs slower. Example with MMAP enabled I can easily use Mistral Small Q4L with 16k context and 8bit kvcache everything in GPU and it runs lightning fast and takes up 15.7GB of VRAM (in total). Without MMAP the model takes up over 17GB of VRAM (in total) including about 15GB in card memory and about 2GB buffered in RAM. It runs slowly, processing is terribly slow... it makes no sense. |
Beta Was this translation helpful? Give feedback.
-
I assume this doesn't support deepseek r1 yet |
Beta Was this translation helpful? Give feedback.
-
@YellowRoseCx Thanks for releasing v1.82.4 with ROCm 5.7. But unfortunately, it doesn't seem to run on my end and fails with this error: ***
Welcome to KoboldCpp - Version 1.82.4.yr0-ROCm
For command line arguments, please refer to --help
***
Unable to detect VRAM, please set layers manually.
Auto Selected HIP Backend...
Auto Recommended GPU Layers: 35
Initializing dynamic library: koboldcpp_hipblas.dll
Traceback (most recent call last):
File "PyInstaller\loader\pyimod03_ctypes.py", line 53, in __init__
File "ctypes\__init__.py", line 374, in __init__
OSError: [WinError 127] The specified procedure could not be found
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "koboldcpp.py", line 6117, in <module>
File "koboldcpp.py", line 5595, in main
File "koboldcpp.py", line 463, in init_library
File "PyInstaller\loader\pyimod03_ctypes.py", line 55, in __init__
pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\Users\\xxx\\AppData\\Local\\Temp\\_MEI80642\\koboldcpp_hipblas.dll'. Most likely this dynlib/dll was not found when the application was frozen.
[PYI-20880:ERROR] Failed to execute script 'koboldcpp' due to unhandled exception!``` |
Beta Was this translation helpful? Give feedback.
-
This discussion was created from the release KoboldCPP-v1.82.1.yr0-ROCm.
Beta Was this translation helpful? Give feedback.
All reactions