Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07aa9cb

Browse filesBrowse files
committed
Update README.md
1 parent 51e6e3e commit 07aa9cb
Copy full SHA for 07aa9cb

File tree

Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.md

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ assignees: ''
1212
Please answer the following questions for yourself before submitting an issue.
1313

1414
- [ ] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
15-
- [ ] I carefully followed the [README.md](https://github.com/abetlen/llama-cpp-python/blob/main/README.md).
15+
- [ ] I carefully followed the [README.md](https://github.com/sirajperson/falcon-cpp-python/blob/main/README.md).
1616
- [ ] I [searched using keywords relevant to my issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests) to make sure that I am creating a new issue that is not already open (or closed).
17-
- [ ] I reviewed the [Discussions](https://github.com/abetlen/llama-cpp-python/discussions), and have a new bug or useful enhancement to share.
17+
- [ ] I reviewed the [Discussions](https://github.com/sirajperson/falcon-cpp-python/discussions), and have a new bug or useful enhancement to share.
1818

1919
# Expected Behavior
2020

21-
Please provide a detailed written description of what you were trying to do, and what you expected `llama-cpp-python` to do.
21+
Please provide a detailed written description of what you were trying to do, and what you expected `falcon-cpp-python` to do.
2222

2323
# Current Behavior
2424

25-
Please provide a detailed written description of what `llama-cpp-python` did, instead.
25+
Please provide a detailed written description of what `falcon-cpp-python` did, instead.
2626

2727
# Environment and Context
2828

@@ -61,13 +61,13 @@ Please provide detailed steps for reproducing the issue. We are not sitting in f
6161

6262
Try the following:
6363

64-
1. `git clone https://github.com/abetlen/llama-cpp-python`
65-
2. `cd llama-cpp-python`
64+
1. `git clone https://github.com/sirajperson/falcon-cpp-python`
65+
2. `cd falcon-cpp-python`
6666
3. `rm -rf _skbuild/` # delete any old builds
6767
4. `python setup.py develop`
68-
5. `cd ./vendor/llama.cpp`
69-
6. Follow [llama.cpp's instructions](https://github.com/ggerganov/llama.cpp#build) to `cmake` llama.cpp
70-
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)
68+
5. `cd ./vendor/ggllm.cpp`
69+
6. Follow [ggllm.cpp's instructions](https://github.com/cmp-nct/ggllm.cpp) section on how to compile with `cmake`
70+
7. Run ggllm.cpp's `./falcon_main` with the same arguments you previously passed to falcon-cpp-python and see if you can reproduce the issue. If you can, [log an issue with ggllm.cpp](https://github.com/cmp-nct/ggllm.cpp/issues)
7171

7272
# Failure Logs
7373

@@ -77,10 +77,10 @@ Also, please try to **avoid using screenshots** if at all possible. Instead, cop
7777

7878
Example environment info:
7979
```
80-
llama-cpp-python$ git log | head -1
80+
falcon-cpp-python$ git log | head -1
8181
commit 47b0aa6e957b93dbe2c29d53af16fbae2dd628f2
8282
83-
llama-cpp-python$ python3 --version
83+
falcon-cpp-python$ python3 --version
8484
Python 3.10.10
8585
8686
llama-cpp-python$ pip list | egrep "uvicorn|fastapi|sse-starlette|numpy"
@@ -89,8 +89,8 @@ numpy 1.24.3
8989
sse-starlette 1.3.3
9090
uvicorn 0.21.1
9191
92-
llama-cpp-python/vendor/llama.cpp$ git log | head -3
92+
falcon-cpp-python/vendor/llama.cpp$ git log | head -3
9393
commit 66874d4fbcc7866377246efbcee938e8cc9c7d76
94-
Author: Kerfuffle <44031344+KerfuffleV2@users.noreply.github.com>
94+
Author: YupHippie <44031344+YupHippie@users.noreply.github.com>
9595
Date: Thu May 25 20:18:01 2023 -0600
9696
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.