Skip to content

Commit

Permalink
Merge pull request microsoft#1601 from Ryoo72/master
Browse files Browse the repository at this point in the history
Readme fix
  • Loading branch information
donglixp authored Jul 15, 2024
2 parents cac7619 + 26c8713 commit 0865305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kosmos-2.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Kosmos-2.5 is a multimodal literate model for machine reading of text-intensive
## Checkpoints
The [checkpoint](https://huggingface.co/microsoft/kosmos-2.5/resolve/main/ckpt.pt?download=true) can be downloaded via:
```bash
wget https://huggingface.co/microsoft/kosmos-2.5/resolve/main/ckpt.pt?download=true
wget -O ckpt.pt https://huggingface.co/microsoft/kosmos-2.5/resolve/main/ckpt.pt?download=true
```

## Results
Expand All @@ -37,7 +37,7 @@ wget https://huggingface.co/microsoft/kosmos-2.5/resolve/main/ckpt.pt?download=t
The code uses [Flash Attention2](https://github.com/Dao-AILab/flash-attention), so it only runs on Ampere, Ada, or Hopper GPUs (e.g., A100, RTX 3090, RTX 4090, H100).
``` bash
git clone https://github.com/microsoft/unilm.git
cd kosmos-2.5
cd unilm/kosmos-2.5
pip install -r requirements.txt
```

Expand Down

0 comments on commit 0865305

Please sign in to comment.