diff --git a/docs/index.html b/docs/index.html index 4e0d611..82996eb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -425,7 +425,7 @@
An optimizer works with this Trace graph presented by Trace (which is called the trace feedback in the paper), which gives structural information of computation process. In the paper, we present an initial design of an optimizer that represents the Trace graph as a code debugging report, and ask an LLM to change part of the graph that is marked as +
An optimizer works with this Trace graph presented by Trace (which is called the trace feedback in the paper), which gives structural information of computation process. In the paper, we present an initial design of an optimizer (OptoPrime) that represents the Trace graph as a code debugging report, and ask an LLM to change part of the graph that is marked as
trainable=True
according to feedback.