Skip to content

Commit

Permalink
updating todo with notes for cloning experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Aug 10, 2024
1 parent bbe1d8e commit 1069d86
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1069d86

Please sign in to comment.