abetlen / abetlen/llama-cpp-python

ROCM Build Target or Build Instructions are incorrect

オープン
#1,880 コメント 2 件 リアクション 3 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
10.6k
フォーク
1.4k
PR マージ指標
PR 指標を取得中

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。