Fedora compilation instructions are incorrect #74
FranciscoSilveira
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried the setup on a completely new system with Fedora 40, following the instructions, and I noticed some of them were wrong:
rocblas-devel
andhipblas-devel
you also need therocm-hip-devel
package, otherwise you'll get an error about 2 missing header files:hip/hip_fp16.h
andhip/hip_runtime.h
/opt
, all libraries were found with no issue, but it was looking for theamdgpu-arch
which in Fedora isamdgpu-arch-17
. I fixed this by symlinking/usr/bin/amdgpu-arch-17
to~/.local/bin/amdgpu-arch
That last issue only happens if you don't specify the GPU architecture, which you have to like the guide specifies, otherwise you'll get a runtime error after loading the model into memory. I can open a PR for the README, but I'd like someone else to confirm this if possible.
Beta Was this translation helpful? Give feedback.
All reactions