Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb711ba

Browse files
committed
Update README.md
1 parent ab2cab5 commit bb711ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Navigate to [http://localhost:8000/docs](http://localhost:8000/docs) to see the
5959

6060
## Low-level API
6161

62-
The low-level API is a direct [`ctypes`](https://docs.python.org/3/library/ctypes.html) binding to the C API provided by `llama.cpp`.
62+
The low-level API is a direct [`ctypes`](https://docs.python.org/3/library/ctypes.html) binding to the C API provided by `ggllm.cpp`.
6363
The entire lowe-level API can be found in [falcon_cpp/falcon_cpp.py](https://github.com/sirajperson/falcon-cpp-python/blob/master/falcon_cpp/falcon_cpp.py) and directly mirrors the C API in [libfalcon.h](https://github.com/cmp-nct/ggllm.cpp/blob/master/libfalcon.h).
6464

6565
Below is a short example demonstrating how to use the low-level API to tokenize a prompt:

0 commit comments

Comments
 (0)