8000 Update bug report instructions for new build process. · qeleb/llama-cpp-python@f6f157c · GitHub
[go: up one dir, main page]

Skip to content

Commit f6f157c

Browse files
committed
Update bug report instructions for new build process.
1 parent 92284f3 commit f6f157c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Try the following:
6464
1. `git clone https://github.com/abetlen/llama-cpp-python`
6565
2. `cd llama-cpp-python`
6666
3. `rm -rf _skbuild/` # delete any old builds
67-
4. `python setup.py develop`
67+
4. `python -m pip install .`
6868
5. `cd ./vendor/llama.cpp`
6969
6. Follow [llama.cpp's instructions](https://github.com/ggerganov/llama.cpp#build) to `cmake` llama.cpp
7070
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)

0 commit comments

Comments
 (0)
0