LLukas22 commited on
Commit
f7dee40
1 Parent(s): 171c961

Update README_TEMPLATE.md

Browse files
Files changed (1) hide show
  1. 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/stablelm-ggml",model_file="stablelm-base-alpha-3b-q4_0-ggjt.bin")
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"))