Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ FreeBSD, OpenBSD and NetBSD systems you control on both AMD64 and ARM64.
|
|
25 |
To get started, run:
|
26 |
|
27 |
```
|
28 |
-
wget https://huggingface.co/Mozilla/starcoder2-llamafile/resolve/main/starcoder2-7b.Q6_K.
|
29 |
-
chmod +x starcoder2-7b.Q6_K.
|
30 |
-
./starcoder2-7b.Q6_K.
|
31 |
```
|
32 |
|
33 |
This is a base model, so it'll behave as a text completion interface
|
|
|
25 |
To get started, run:
|
26 |
|
27 |
```
|
28 |
+
wget https://huggingface.co/Mozilla/starcoder2-llamafile/resolve/main/starcoder2-7b.Q6_K.llamafile
|
29 |
+
chmod +x starcoder2-7b.Q6_K.llamafile
|
30 |
+
./starcoder2-7b.Q6_K.llamafile
|
31 |
```
|
32 |
|
33 |
This is a base model, so it'll behave as a text completion interface
|