8000 Update README.md · sirajperson/falcon-cpp-python@db30a2b · GitHub
[go: up one dir, main page]

Skip to content

Commit db30a2b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project is currently in alpha development and is not yet completely functio
1414

1515
## High-level API
1616

17-
The high-level API provides a simple managed interface through the `Llama` class.
17+
The high-level API provides a simple managed interface through the `Falcon` class.
1818

1919
Below is a short example demonstrating how to use the high-level API to generate text:
2020

@@ -89,8 +89,8 @@ Again, this package is under active development and I welcome any contributions.
8989
To get started, clone the repository and install the package in development mode:
9090

9191
```bash
92-
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
93-
cd llama-cpp-python
92+
git clone --recurse-submodules git@github.com:sirajperson/falcon-cpp-python.git
93+
cd falcon-cpp-python
9494

9595
# Install with pip
9696
pip install -e .

0 commit comments

Comments
 (0)
0