abetlen / abetlen/llama-cpp-python

ROCM Build Target or Build Instructions are incorrect

Đang mở
#1,880 2 bình luận 3 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
10.6k
Fork
1.4k
Chỉ số merge pull request
Chỉ số pull request đang chờ

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.