soldni commited on
Commit
ba9aa9f
1 Parent(s): ea552c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 torch torchvision
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: