From 1069d8697ffa1f93c09651c68ad6410e921ea146 Mon Sep 17 00:00:00 2001 From: dezoito Date: Sat, 10 Aug 2024 18:29:59 -0300 Subject: [PATCH] updating todo with notes for cloning experiments --- todo.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/todo.md b/todo.md index 022ce0c..c6f2db8 100644 --- a/todo.md +++ b/todo.md @@ -100,10 +100,18 @@ https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/single-instance --- +- Allow re-running past experiments + Let's call this cloning an experiment. + What happens if a model is not available anymore (skip/alert?) + + - alerting the model is not available, so the user can pull it again and retry before running. + + when hitting a "clone" button on an experiment entry, we just update the form and let the user change stuff or press submit without changing anything. + + This will result in a new experiment. + - Add CI checks for typescript code (ESLint?) - Build options straight from config: https://github.com/pepperoni21/ollama-rs/blob/master/examples/options_from_json.rs -- [?] Allow pre-loading a model before running inference with it (benchmark avg time for this operation) -- Allow re-running past experiments - Add a damn icon. - Add feature to clear all existing log files.