Skip to content

Commit

Permalink
Bump version to v1.2.3
Browse files Browse the repository at this point in the history
1. Add guidance for fine-tuning the pre-trained InternVL-Chat-V1.2 and V1.2-Plus
2. Fix retrieval fine-tune bug & support COCO fine-tune
3. Fix AI2D training & testing & results
4. Fix OOM error during training when using transformers==4.36.2 in LLaVA codebase
5. Provide url for downloading GeoQA+ images
  • Loading branch information
czczup committed Mar 4, 2024
1 parent 0bfa5e7 commit c6b37dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internvl_chat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "internvl_chat"
version = "1.2.2"
version = "1.2.3"
description = "Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit c6b37dc

Please sign in to comment.