Releases: dezoito/ollama-grid-search
Releases · dezoito/ollama-grid-search
v0.5.1
[Version 0.5.1] - 2024-07-10
Added
- Added Clippy checks when saving Rust code.
- Corrected existing Rust code to pass Clippy checks.
- Improved UI for component that displays inference parameters with collapsible prompts.
Changed
- Fixes generation responses not returning metadata (like
eval_duration
,total_duration
,eval_count
). - Added Rust CI checks.
- Fixed padding in "Expand/Hide" buttons for params and metadate.
keep_alive
parameter for generation is set to Ollama's default (instead ofindefinitely
).
v0.5.0
[Version 0.5.0] - 2024-05-10
Added
- Allows multiple prompts when running experiments (courtesy of @calebsheridan).
- Allows multiple concurrent inference calls, matching Ollama's support for concurrency.
- Allows user to hide model names on the results pane, to avoid bias in evaluations.
- Added
concurrent_inferences
input to settings. - Added
hide_model_names
input to settings.
Changed
- Experiment inspection view was updated to show which prompt was used for each iteration, preserving their line breaks (courtesy of @calebsheridan).
- Minor UI tweaks.
v0.4.3
[Version 0.4.3] - 2024-05-01
Fixes
- Bug in new installations that had no previous configs for "system prompt"
v0.4.2
v0.4.1
[Version 0.4.1] - 2024-04-27
Changed
- Github action now builds releases for INTEL and AARCH based Macs.
- Bumped
ollama-rs
to version 0.1.9. - Improved readability for past experiments.
v0.4.0
[Version 0.4.0] - 2024-04-26
Added
- Added system prompt to main form
- Added versioning to the JSON log files, starting at this release's version.
Changed
- Many UI improvements (Thanks to @calebsheridan)
- Fixes issue with date of the experiment being updated on re-renders
- Presents experiment inspection output in human readable format instead of JSON
- Fixes bug where the experiment's start date would be updated on component's re-render.
v0.3.0
[Version 0.3.0] - 2024-04-12
Added
- Allow multiple generations for each combination of parameters.
- Improved metrics are displayed after inference results
- Allows inspecting past experiments without the need to download the corresponding file.
- Displays current version number to the settings interface.
- Displays the version of Ollama running on the selected server
v0.2.1
See the assets to download this version and install.
v0.2.0
See the assets to download this version and install.
v0.1.2
See the assets to download this version and install.