v0.1.4
LLMSQL v0.1.4 Release Notes:
- Tests added with code coverage:
https://app.codecov.io/gh/LLMSQL/llmsql-benchmark - Github Actions with code coverage updated
- The project is now opened for contributing. All infos in CONTRIBUTING.md!
- Some dependencies updates that will be further modified by:
The one issue still remaining in vllm library which overwrites a lot of packages, so the pip install still runs slow and uninstalls/installs a lot of packages as it goes.
The one solution for this is to add vllm as optional dependency and ask users to install pip install llmsql[vllm] if they want vllm inference. This solution would be possible after adding at least one other method to the inference setup, so at least something would work out of the box.
- Pre-commit hooks config added by