v0.1.2
Scripts:
- Set
top_k=20andpresence_penalty=1.5forphi-4-mini-reasoningeval to stop the model from thinking indefinitely (9f78682)
Build & Packaging:
- The package is now published to PyPI/TestPyPI via a new release workflow, so it can be installed with
pip install virex-bench(3f53d2f) - Version numbers are now derived automatically from git tags via
hatch-vcs— no more manual bumping (a2b1d3b) - Serving dependencies are split into optional
vllmandsglangextras, andtorch/torchvision/transformersmoved into the serving group, so a
plain install stays lightweight and pulls those only when you need to serve models (b94cd87, 54c2051) - Declared support for Python up to 3.14.x (579bb9d)
Docs:
- Added a Zenodo DOI badge to the README (bad6805)