Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

ROCM Build Target or Build Instructions are incorrect

Open Beginner friendly
#1,880 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
75/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
cmake, python

Research direction

Check the README file for the ROCM build instructions. Look at the CMakeLists.txt or build scripts to see if the target is named GGML_HIPBLAS or GGML_HIP. Update the README with the correct CMake argument, then verify by running the build command locally.

Written by the indexing model from the issue text.

Description

It seems that at some point the build target for ROCM was renamed from HIPBLAS to HIP. I'm not sure if this was inadvertent or deliberate, but either way, the build instructions for ROCM are incorrect. The README says to use:

CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install llama-cpp-python

However, to successfully build ROCM, the command is actually:

CMAKE_ARGS="-DGGML_HIP=on" pip install llama-cpp-python

This is obviously a fairly trivial fix, but I haven't created a PR as I'm not sure if it's the docs or the build target name that is incorrect.

Dominant language
Python
Stars
10.6k
Forks
1.5k
Avg merge
6h 43m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from abetlen/llama-cpp-python

All issues in abetlen/llama-cpp-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.