v6.10.1 - Ovis & Mississippi
Added/Removed Vision Models
- Added Mississippi - 2b
- This is an exciting new vision model that's 95% the quality of the larger models at 3-4x the speed.
- Relies on the InternViT-300M-448px vision tower.
- Added Ovis 1.6 Llama3.2 - 3b model
- Another high quality model that's faster than the larger models with arguably the same quality.
- Relies on the siglip-so400m-patch14-384 vision tower.
Documentation Scraper
- Now using watchdog for more accurate updates on the number of pages scraped.
Misc.
- Started using the great ruff library to fix my code.
Upgrading from v6.9.x (will not work with prior versions):
To upgrade from a prior version without losing your databases, downloaded models, etc., do the following:
- Download the source code for this release.
- Take all files ending in
.py
and copy them, overwriting your pre-existing files. MAKE SURE and keep your currentconfig.yaml
. - Copy any files in the
Assets
folder and replace any ones in your currentAssets
folder. - Do the same for any files in the
CSS
folder. - Activate your virtual environment and run the following command to uninstall any & all dependencies.
pip freeze > requirements_uninstall.txt && pip uninstall -r requirements_uninstall.txt -y && del requirements_uninstall.txt
- run
python setup_windows.py