fix: Fix small typo
Browse files
README.md
CHANGED
@@ -39,7 +39,8 @@ a Python binding for `llama.cpp`.
|
|
39 |
when the link is clicked.
|
40 |
|
41 |
3. Open up a python interpreter and run the following commands.
|
42 |
-
For example, we can ask it: `What is a solar system
|
|
|
43 |
*You will need to modify the `model_path` argument to where
|
44 |
the GGUF model has been saved in your system*
|
45 |
|
|
|
39 |
when the link is clicked.
|
40 |
|
41 |
3. Open up a python interpreter and run the following commands.
|
42 |
+
For example, we can ask it: `What is a solar system?`
|
43 |
+
|
44 |
*You will need to modify the `model_path` argument to where
|
45 |
the GGUF model has been saved in your system*
|
46 |
|