quarterturn commited on
Commit
83af106
1 Parent(s): e7f8c48

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,7 +9,8 @@ A simple python and gradio script to use Molmo 7B for image captioning. The prom
9
  Install:
10
  1. clone the repo
11
  2. cd to "models" and clone Molmo-7B-D-0924:
12
- ``` git lfs install
 
13
  git clone https://huggingface.co/allenai/Molmo-7B-D-0924 ```
14
  1. create a python3 venv or use conda to create an environment, eg:
15
  ``` conda create -n caption python=3.11 ```
 
9
  Install:
10
  1. clone the repo
11
  2. cd to "models" and clone Molmo-7B-D-0924:
12
+ ```
13
+ git lfs install
14
  git clone https://huggingface.co/allenai/Molmo-7B-D-0924 ```
15
  1. create a python3 venv or use conda to create an environment, eg:
16
  ``` conda create -n caption python=3.11 ```