tenstorrent / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
0 stars 0 forks source link

Add option to chose Optimization Policy #4

Closed odjuricicTT closed 2 weeks ago

odjuricicTT commented 3 weeks ago

This can be a dropdown next to the run button with a list of policies to chose from. The list should be defined by the server in some form e.g.:

{
    "optimizationPolicies": ["a", "b", "c"]
}

The chosen policy will be passed when calling model execute.

odjuricicTT commented 3 weeks ago

@madcampos Please ping me for any details needed for this.