Skip to content

Commit

Permalink
fix gqa tsv and deepspeed alert
Browse files Browse the repository at this point in the history
  • Loading branch information
FangXinyu-0913 committed Dec 29, 2024
1 parent d53abdc commit be12656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vlmeval/dataset/image_vqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ImageVQADataset(ImageBaseDataset):
'InfoVQA_VAL': '2342e9c225222f0ef4dec545ebb126fe',
'InfoVQA_TEST': 'df535bf51b88dc9718252c34131a6227',
'ChartQA_TEST': 'c902e0aa9be5582a7aad6dcf52734b42',
'GQA_TestDev_Balanced': 'fead7df22befc1ed3ca2b62ea26fa17b',
'GQA_TestDev_Balanced': '99b62f22e224d9b2f32dcbe41359d1c9',
}

def build_prompt(self, line):
Expand Down
1 change: 0 additions & 1 deletion vlmeval/vlm/valley/requirements_valley.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ bert-score==0.3.13
byted-wandb==0.13.72
datasets==2.21.0
decord==0.6.0
deepspeed==0.9.5
einops==0.8.0
evaluate==0.4.3
fastapi==0.115.0
Expand Down

0 comments on commit be12656

Please sign in to comment.