Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,28 @@
|
|
1 |
-
---
|
2 |
-
inference: false
|
3 |
-
tags:
|
4 |
-
- llamafile
|
5 |
-
license: apache-2.0
|
6 |
-
---
|
7 |
-
|
8 |
-
<br>
|
9 |
-
<br>
|
10 |
-
|
11 |
-
# OLMo-7B-hf Model Card
|
12 |
-
|
13 |
-
## Model details
|
14 |
-
|
15 |
-
- [Original model](https://huggingface.co/allenai/OLMo-7B-hf)
|
16 |
-
- [Llamafile github repo](https://github.com/Mozilla-Ocho/llamafile)
|
17 |
-
|
18 |
-
## Usage
|
19 |
-
|
20 |
-
Download desired llamafile and run it:
|
21 |
-
|
22 |
-
```bash
|
23 |
-
./model.llamafile
|
24 |
-
```
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
tags:
|
4 |
+
- llamafile
|
5 |
+
license: apache-2.0
|
6 |
+
---
|
7 |
+
|
8 |
+
<br>
|
9 |
+
<br>
|
10 |
+
|
11 |
+
# OLMo-7B-hf Model Card
|
12 |
+
|
13 |
+
## Model details
|
14 |
+
|
15 |
+
- [Original model](https://huggingface.co/allenai/OLMo-7B-hf)
|
16 |
+
- [Llamafile github repo](https://github.com/Mozilla-Ocho/llamafile)
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
|
20 |
+
Download desired llamafile and run it:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
./model.llamafile
|
24 |
+
```
|
25 |
+
|
26 |
+
## How to build
|
27 |
+
|
28 |
+
- [Github Repo](https://github.com/aifoundry-org/olmo-llamafile)
|