Skip to content

v0.1.2

Choose a tag to compare

@minhnguyent546 minhnguyent546 released this 09 Jul 09:37
v0.1.2
54c2051

Scripts:

  • Set top_k=20 and presence_penalty=1.5 for phi-4-mini-reasoning eval 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 vllm and sglang extras, and torch/torchvision/transformers moved 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)