Update README.md
Browse files
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 |
-
|
46 |
-
|
47 |
|
48 |
-
|
49 |
|
50 |
```
|
51 |
git clone https://github.com/ggerganov/ggml
|
@@ -55,7 +55,7 @@ cmake ..
|
|
55 |
make -j4 mpt
|
56 |
```
|
57 |
|
58 |
-
|
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"
|