Update README.md
Browse files
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
|