Skip to content

Commit 32434c2

Browse files
committed
Merge branch 'main' of https://github.com/microsoft/X-Decoder into main
2 parents 9a0da8f + 51328b6 commit 32434c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asset/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install git+https://github.com/openai/CLIP.git
88
python -m pip install -r requirements.txt
99
sh install_cococapeval.sh
1010
export DATASET=/pth/to/dataset
11-
wget https://huggingface.co/xdecoder/X-Decoder/blob/main/coco_caption.zip
11+
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/coco_caption.zip
1212
export PATH=$PATH:/pth/to/coco_caption/jre1.8.0_321/bin
1313
export PYTHONPATH=$PYTHONPATH:/pth/to/coco_caption
14-
```
14+
```

0 commit comments

Comments
 (0)