Update README.md
Browse files
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 |
|