Update README.md
Browse files
README.md
CHANGED
@@ -105,6 +105,8 @@ special_tokens:
|
|
105 |
## 💻 Usage for GGUF
|
106 |
|
107 |
``` python
|
|
|
|
|
108 |
import os
|
109 |
|
110 |
model_list = [file for file in os.listdir(MODEL_NAME) if GGML_VERSION in file]
|
|
|
105 |
## 💻 Usage for GGUF
|
106 |
|
107 |
``` python
|
108 |
+
# disclaimer: you have to use the llama.gguf library to run this code
|
109 |
+
|
110 |
import os
|
111 |
|
112 |
model_list = [file for file in os.listdir(MODEL_NAME) if GGML_VERSION in file]
|