Skip to content

Commit

Permalink
update version & fix typos
Browse files Browse the repository at this point in the history
pufanyi committed Aug 8, 2024
1 parent 57a7f79 commit 656fcce
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ You can check the [environment install script](miscs/repr_scripts.sh) and [torch

</details>

If you want to test on caption dataset such as `coco`, `refcoco`, and `nocaps`, you will need to have `java==1.8.0 ` to let pycocoeval api to work. If you don't have it, you can install by using conda
If you want to test on caption dataset such as `coco`, `refcoco`, and `nocaps`, you will need to have `java==1.8.0` to let pycocoeval api to work. If you don't have it, you can install by using conda
```
conda install openjdk=8
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lmms_eval"
version = "0.2.2.dev0"
version = "0.2.2"
authors = [
{ name = "LMMMs-Lab Evaluation Team", email = "[email protected]" },
]

0 comments on commit 656fcce

Please sign in to comment.