Version 7.5.0 to 7.6.0 changes:
Vision Models
- Fixed bugs with the
Ovis2
and Granite Vision
models.
Change |
Details |
Notes |
Removed |
Llava Vicuna - 13b |
Superseded by other models with higher quality, speed or both. |
Chat Models
Change |
Details |
Notes |
Added |
Deepseek R1 - 1.5b |
Generalist thinking model |
Added |
Olympic Coder - 7b |
Experimental coding thinking model focusing on C++ and Python |
Added |
Exaone Deep - 7.8b |
Generalist thinking model |
Added |
OLMo 2 - 13b |
Generalist model |
Added |
Reka Flash - 21b |
Generalist thinking model |
Added |
Exaone Deep - 32b |
Generalist thinking model |
Added |
Olympic Coder - 32b |
Experimental coding thinking model focusing on C++ and Python |
Added |
QwQ - 32b |
Generalist thinking model that also ranks high in coding |
Removed |
Qwen - 32b |
Superseded by Exaone - 32b |
Removed |
Qwen - 7b |
Superseded by Exaone - 7.8b |
Removed |
Qwen - 3b |
Superseded by Exaone - 2.4b |
Removed |
Zephyr 1.6b and Zephyr 3b |
Superseded by newer models |
Embedding Models
Change |
Details |
Notes |
Removed |
Sentence-t5 models |
Hardly used. |
Removed |
static-retrieval-mrl-en-v1 |
Too difficult to run reliably. |
Optical Character Recognition
- Bug fix to install the correct version of
tesseract
based on whether a user is using Python 3.11 or Python 3.12.
General Improvements
- Updated documentation scraping libraries.
- Updated all dependencies.
- Updated
Jeeves
knowledge-base
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
and CSS
folders. (new ones will be provided in their entirety further below)
- Extract all the files from the
.zip
file for this release v7.6.0 and go into the src
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: