diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5df12aa..eb0fb96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -64,7 +64,7 @@ Try the following: 1. `git clone https://github.com/abetlen/llama-cpp-python` 2. `cd llama-cpp-python` 3. `rm -rf _skbuild/` # delete any old builds -4. `python setup.py develop` +4. `python -m pip install .` 5. `cd ./vendor/llama.cpp` 6. Follow [llama.cpp's instructions](https://github.com/ggerganov/llama.cpp#build) to `cmake` llama.cpp 7. Run llama.cpp's `./main` with the same arguments you previously passed to llama-cpp-python and see if you can reproduce the issue. If you can, [log an issue with llama.cpp](https://github.com/ggerganov/llama.cpp/issues)