Text Generation
Transformers
English
mpt
llm-rs
ggml
text-generation-inference
LLukas22 commited on
Commit
31676f8
1 Parent(s): 8658370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ model = AutoModel.from_pretrained("Rustformers/mpt-7b-ggml",model_file="mpt-7b-q
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
55
  ```
 
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
55
  ```