Text Generation
Transformers
English
mpt
llm-rs
ggml
text-generation-inference
LLukas22 commited on
Commit
fc3ee23
1 Parent(s): 8c63ea9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ model = AutoModel.from_pretrained("Rustformers/mpt-7b-ggml",model_file="mpt-7b-q
48
 
49
  #Generate
50
  print(model.generate("The meaning of life is"))
51
-
52
  ### Rust via [Rustformers/llm](https://github.com/rustformers/llm):
53
 
54
  #### Installation
 
48
 
49
  #Generate
50
  print(model.generate("The meaning of life is"))
51
+ ```
52
  ### Rust via [Rustformers/llm](https://github.com/rustformers/llm):
53
 
54
  #### Installation