Update bug report instructions for new build process.
This commit is contained in:
parent
92284f32cb
commit
f6f157c06d
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue