v7.7.1 - Qwen3 DESTROYS (patch)
Version 7.7.1 changes:
Vision Models
- Fixed bugs with the
Ovis2
andGranite Vision
models.
Chat Models
Gemma3 models replaced multiple other chat models. They're just too good. They decimated other models.
Embedding Models
Optical Character Recognition
- Fixed some bugs and improved speed a little bit.
Ask Jeeves
- The Ask Jeeves functionality is outdated at the moment due to data loss issues...will work to repair in a future patch.
Installation
- Just follow the installation instructions on the github readme.
Upgrading from a Prior Version
INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION
To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:
- In your directory that contains all of the files currently...delete the
Include
,Lib
,Scripts
folders. (pertain to your virtual environment) - Delete the
pyvenv.cfg
file. (pertains to your virtual environment) - At this point, any and all files pertaining to your virtual environment are gone.
- Delete the
Assets
andCSS
folders. (new ones will be provided in their entirety further below) - Extract all the files from the
.zip
file for this release v7.7.1 and go into thesrc
folder. - Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
- EXCEPT THE CONFIG.YAML FILE!
- EXCEPT THE CONFIG.YAML FILE!
- last time...EXCEPT THE CONFIG.YAML FILE!
Afterwards, open a command prompt and run the installation instructions on this repository's page; specificallyk:
python -m venv .
.\Scripts\activate
python setup_windows.py