Releases: generative-computing/mellea
Releases · generative-computing/mellea
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Feature
- Test-based Evaluation with LLM-as-a-judge (#225) (
0f1f0f8) - Add a
code_interpretertool (#232) (b03c964)
Fix
- Add simple lock to hf generation to prevent using incorrect weights (#237) (
6b2a527) - Collection of small fixes (#238) (
2120112) - Fix unused litellm import (#246) (
633bfd7) - Minor updates to answer relevance (#245) (
bde9b4d) - Pre-commit file selection (#243) (
e70d307)
Documentation
v0.2.0
Feature
- Change backend functions to use async; add generate_from_raw (
16b8aea) - Updates for intrinsics support (#227) (
52953a5) - Add requirements and preconditions to gen slots (#226) (
f73d8e2) - MelleaSession.register for functional interface and MelleaSession.powerup for dynamic mixin (register all methods in a class) (#224) (
662cfcc) - Add secure Python code execution with llm-sandbox support (#217) (
9d12458) - Adds think budget-forcing (#107) (
a2e29e6) - Making generate_from_raw public (#219) (
7eae224) - Conda/Mamba-based installation script (#138) (
6aea9dc) - Adds a vllm backend (#122) (
21908e5) - Add the ability to run examples with pytest (#198) (
e30afe6) - Ollama generate_from_raw uses existing event loop (#204) (
36a069f)
Fix
- Vllm format issues (
abbde23) - Some minor fixes (#223) (
7fa0891) - Watsonx self._project_id not getting set (#220) (
10f6ffa) - Decomp subtask regex (#218) (
5ac34be)
Documentation
v0.1.3
Feature
- Decompose cli tool enhancements & new prompt_modules (#170) (
b8fc8e1) - Add async functions (#169) (
689e1a9) - Add Granite Guardian 3.3 8B with updated examples function call validation and repair with reason. (#167) (
517e9c5) - Majority voting sampling strategy (#142) (
36eaca4)
Fix
- Fix vllm install script (#185) (
abcf622) - Watsonx and litellm parameter filtering (#187) (
793844c) - Pin trl to version 0.19.1 to avoid deprecation (#202) (
9948907) - Rename format argument in internal methods for better mypiability (#172) (
7a6f780) - Async overhaul; create global event loop; add client cache (#186) (
1e236dd) - Update readme and other places with granite model and tweaks (#184) (
519a35a)