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
Unfortunately I've made a mistake and pull changes from master and koboldcpp-rocm no longer works for me :( In the past I spent significant amount of time making it work on my integrated AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics (gfx1103).
I've tried to do clean build like this
make LLAMA_HIPBLAS=1 AMDGPU_TARGETS=gfx1100 -j16
and I launch the app like this (parameters that used to work before)
ggml_cuda_compute_forward: RMS_NORM failed
ROCm error: invalid device function
current device: 0, in function ggml_cuda_compute_forward at ggml/src/ggml-cuda/ggml-cuda.cu:2207
err
ggml/src/ggml-cuda/ggml-cuda.cu:73: ROCm error
Could you please advise what I'm missing ?
The text was updated successfully, but these errors were encountered:
Hi folks,
Unfortunately I've made a mistake and pull changes from master and koboldcpp-rocm no longer works for me :( In the past I spent significant amount of time making it work on my integrated AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics (gfx1103).
I've tried to do clean build like this
and I launch the app like this (parameters that used to work before)
it fails in runtime with following error
Could you please advise what I'm missing ?
The text was updated successfully, but these errors were encountered: