All notable changes to this project will be documented in this file.
- Allows 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
- Supports user input for adicional parameters:
tfs_z
,mirostat
,mirostat_eta
andmirostat_tau
.
- Added a "request_timeout" parameter to settings that controls the amount of time (in seconds), the application should wait for an inference call to complete before returning and error (for that individual call). This is useful as, IME, some combinations of parameters can make models hang.
- UI tweaks to improve prompt modal (keyboard shortcut to update + tooltip on icon)
- Fixed issue that allowed space delimited lists to pass parameter validation.
- The textarea for the prompt can be expanded to make editing more ergonomic
- Prevents multiple instances of the app to run simultaneously.
- Uses the Rust path module to store experiment logs (issue #4 - Read-only file system (os error 30) on MacOS).
- Lists previous experiment logs, downloadable as JSON files.
- Added
Total Duration
ellapsed time to results metadata. - Calculates
Throughput
based ontotal duration
instead ofeval duration
.
- You can now define a list of
repeat_last_n
parameters when running a grid-search. - Added a changelog.
- Added definitions of concepts to starting screen.