780m support #40
-
Hi, I am running a laptop with 780m apu. I am curious about running the rocm version, but the gfx1103 support is not included in the compilation process so I cannot run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you on Windows or Linux? Because on Windows, I'm getting that same exact error which is why I haven't been able to build the latest version for Windows. But with Linux using the makefile, it works just fine doing If you're on Linux, try using the command |
Beta Was this translation helpful? Give feedback.
Are you on Windows or Linux? Because on Windows, I'm getting that same exact error which is why I haven't been able to build the latest version for Windows. But with Linux using the makefile, it works just fine doing
make LLAMA_HIPBLAS=1 -j4
If you're on Linux, try using the command
HSA_OVERRIDE_GFX_VERSION=11.0.0
before running koboldcpp.py after compiling, But if you're on Windows, then …