davide221 commited on
Commit
7cb7330
1 Parent(s): 252d05a

Update README.md

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