[v0.1.5] Adding VLLM support (with fixes for Numpy v1.20+ support)
What's Changed
- Updated README: description of project. by @adivekar-utexas in #17
- [Bug] Fix to broken ing link in README.md by @adivekar-utexas in #18
- Fixed issues running Evaluators and Trainers due to Pydantic v2 ordering of model_validators by @adivekar-utexas in #19
- Made fmcore compatible with Numpy v1.20+ and v2.0+ for vLLM by @adivekar-utexas in #21
- Fix for failing test cases due to not installing latest bears code. by @adivekar-utexas in #22
- [#24] Fix for LocalEvaluator not calling superclass parameter setter. by @adivekar-utexas in #25
- Adding Typed and MutableTyped by @SibaRajendran in #29
- [#23] 🚀 Added support for vllm language models. by @adivekar-utexas in #26
- Added verbose logging to release.yml by @adivekar-utexas in #30
- Take dependency on bears from latest PyPi release, not github by @adivekar-utexas in #31
New Contributors
- @SibaRajendran made their first contribution in #29
Full Changelog: v0.1.4...v0.1.5