Text Generation
Transformers
English
mpt
llm-rs
ggml
text-generation-inference
LLukas22 commited on
Commit
5d5ce7b
1 Parent(s): c708961

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -42,10 +42,10 @@ If these implementations are complete i will add instructions on how to run the
42
  ### Rust & Python:
43
  #### TBD See above!
44
 
45
- ### Via GGML
46
- The `GGML` example only supports the ggml container type!
47
 
48
- ##### Installation
49
 
50
  ```
51
  git clone https://github.com/ggerganov/ggml
@@ -55,7 +55,7 @@ cmake ..
55
  make -j4 mpt
56
  ```
57
 
58
- #### Run inference
59
 
60
  ```
61
  ./bin/mpt -m path/to/model.bin -p "The meaning of life is"
 
42
  ### Rust & Python:
43
  #### TBD See above!
44
 
45
+ ### Via GGML
46
+ The `GGML` example only supports the ggml container type!
47
 
48
+ ##### Installation
49
 
50
  ```
51
  git clone https://github.com/ggerganov/ggml
 
55
  make -j4 mpt
56
  ```
57
 
58
+ ##### Run inference
59
 
60
  ```
61
  ./bin/mpt -m path/to/model.bin -p "The meaning of life is"