Skip to content

Commit ebc1281

Browse files
committed
update readme
1 parent b698358 commit ebc1281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vl/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip install "flash-attn==2.5.5" --no-build-isolation # do the following if `impo
3232

3333
Below shows an example of how to use Dream-VL.
3434

35-
```
35+
```python
3636
import torch
3737
from transformers import AutoProcessor, AutoModel
3838

@@ -168,7 +168,7 @@ Once pretraining is complete, proceed to finetune the model: **Ensure Fine-tunin
168168

169169
After obtaining the single-image data, run the following script to begin fine-tuning:
170170

171-
```
171+
```bash
172172
cd train
173173

174174
# 1 ep with lr 1e-5
@@ -182,7 +182,7 @@ bash scripts/train/dream_vl/finetune_si2.sh
182182

183183
After obtaining the ov data, run the following script to begin fine-tuning:
184184

185-
```
185+
```bash
186186
cd train
187187

188188
bash scripts/train/dream_vl/finetune_ov.sh

0 commit comments

Comments
 (0)