SSK-DNB commited on
Commit
5b17c29
·
verified ·
1 Parent(s): d8e7981

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ print(outputs[0]["generated_text"])
62
  Also, this repository contains GGUF format model files and provides only the q4_k_m model.
63
 
64
  Please download the GGUF format model file from the repository and place it in the same directory, then execute the following code.
65
- # Usage
66
  ```python
67
  from llama_cpp import Llama
68
 
 
62
  Also, this repository contains GGUF format model files and provides only the q4_k_m model.
63
 
64
  Please download the GGUF format model file from the repository and place it in the same directory, then execute the following code.
65
+ # llama-cpp-python Usage
66
  ```python
67
  from llama_cpp import Llama
68