-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: exception: access violation reading 0x0000000000000000 when trying to run manually #89
Comments
same problem! wait for someone to solve it |
This is because the project built for release did not add support for iGPU, such as the parameter gfx1036. |
rocblas wouldn't let me compile support for gfx1036 |
It seems that, starting from the rocm6, hip no longer supports iGPU. But if using the rocm5, there is no such issue |
So I hope the new version of koldcpp.exe can add a setting for the environment variable HIP_VISIBLEDEVICES to temporarily avoid this problem |
KoboldCpp.exe does do that for Linux systems, but that command is not available on Windows. ROCM 5 did not support iGPU either with rocBLAS:
https://rocm.docs.amd.com/en/docs-5.7.1/deploy/linux/installer/install.html https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.2.1/install/amdgpu-install.html |
This is what I discovered a few months ago in rocBLAS in a personal compiled (forgot specific source) generated ollama.exe, which supports igpu (gfx1036). And it really works. link |
Describe the Issue
When running manually to not have to wait so long for the exe to extract all the time I get the following error:
Full log at: https://pastebin.com/hMFwdmD4
What I did was:
PLEASE NOTE:
There is no such error when just starting koboldcpp_rocm.exe of the same release (v1.78.yr0) with the same kcpps loaded
Could you please let me know what the problem is / how to fix it?
Additional Information:
Setup:
Please note: I originally got this error (even when selecting the right GPU in the GUI):
rocBLAS error: Could not initialize Tensile host: No devices found
I had to disable the iGPU of the CPU to fix this.
Is there a way to keep having the iGPU?
I tried setting an environment variable "HIP_VISIBLE_DEVICES=3" (id 3 was the ID of my rx7900xt, id 1 was the iGPU) but that did not help.
The text was updated successfully, but these errors were encountered: