lsetiawan commited on
Commit
154e868
1 Parent(s): f1dc21d

fix: Fix small typo

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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