Releases: modelscope/evalscope
Releases · modelscope/evalscope
Release v0.5.2
Highlight features
- Support Multi-modal models evaluation (VLM Eval)
- Transform the synchronous API to asynchronous for OpenAI's API format, speed up the evaluation process up to 10x .
- Support installation with format:
pip install evalscope[opencompass]
orpip install evalscope[vlmeval]
Breaking Changes
None
What's Changed
- Support Multi-modal models evaluation (VLM Eval)
- Transform the synchronous API to asynchronous for OpenAI's API format, speed up the evaluation process up to 10x .
- Support installation with format:
pip install evalscope[opencompass]
orpip install evalscope[vlmeval]
- Update README
- Add UT cases for VLM eval
- Update examples for
OpenCompass
andVLMEval
eval backends - Update version restrictions for ms-opencompass and ms-vlmeval dependencies.
Release v0.4.3
- Support async client infer for OpenAI API format evaluation
- Support mulati-modal evaluation with VLMEvalKit as a eval-backend
- Refactor setup, support pip install llmuses[opencompass], pip install llmuses[vlmeval], pip install llmuses[all]
- Fix some bugs
Release v0.2.8
- Fix local dir eval
- Add fuzzy match for templates
- Add local models with templates
Release v0.2.6
- Support loading cmmlu from local disk
Release v0.2.5
Init release version: 0.2.5