Update README_TEMPLATE.md
Browse files- README_TEMPLATE.md +1 -1
README_TEMPLATE.md
CHANGED
@@ -32,7 +32,7 @@ Via pip: `pip install llm-rs`
|
|
32 |
from llm_rs import AutoModel
|
33 |
|
34 |
#Load the model, define any model you like from the list above as the `model_file`
|
35 |
-
model = AutoModel.from_pretrained("rustformers/
|
36 |
|
37 |
#Generate
|
38 |
print(model.generate("The meaning of life is"))
|
|
|
32 |
from llm_rs import AutoModel
|
33 |
|
34 |
#Load the model, define any model you like from the list above as the `model_file`
|
35 |
+
model = AutoModel.from_pretrained("rustformers/dolly-v2-ggml",model_file="dolly-v2-12b-q4_0-ggjt.bin")
|
36 |
|
37 |
#Generate
|
38 |
print(model.generate("The meaning of life is"))
|