Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
- multimodal
|
11 |
---
|
12 |
|
|
|
|
|
13 |
# Molmo 7B-D
|
14 |
|
15 |
## Quick Start
|
@@ -17,7 +19,7 @@ tags:
|
|
17 |
To run Molmo, first install dependencies:
|
18 |
|
19 |
```bash
|
20 |
-
pip install einops
|
21 |
```
|
22 |
|
23 |
Then, follow these steps:
|
|
|
10 |
- multimodal
|
11 |
---
|
12 |
|
13 |
+
![](molmo_logo.png)
|
14 |
+
|
15 |
# Molmo 7B-D
|
16 |
|
17 |
## Quick Start
|
|
|
19 |
To run Molmo, first install dependencies:
|
20 |
|
21 |
```bash
|
22 |
+
pip install einops tensorflow torchvision
|
23 |
```
|
24 |
|
25 |
Then, follow these steps:
|