Skip to content

Commit 4d1e509

Browse files
committed
fix links in README
1 parent f4e3979 commit 4d1e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/post_training_llava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ source .venv/bin/activate
2222

2323
Please update the fields `annotation_path` and `media_path` in `configs/sft.toml` to your custom dataset. `media_path` can be left as empty (`""`) if the paths in your annotation are absolute paths.
2424

25-
Here is one example of downloading the [Llava-Instruct-150K] (https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K) dataset and [COCO] (https://cocodataset.org/#home) images:
25+
Here is one example of downloading the [Llava-Instruct-150K](https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K) dataset and [COCO](https://cocodataset.org/#home) images:
2626

2727
```shell
2828
mkdir data && mkdir data/sft

0 commit comments

Comments
 (0)