Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Jun 25, 2024
1 parent b849e6c commit b48b8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h4 class="mb-4">Trace Graph</h4>
<div class="text-center">
<img src="images/forward_graph.png" alt="image" style="max-width: 436px;">
</div>
<p>An <u>optimizer</u> works with this Trace graph presented by Trace (which is called the trace feedback in the paper), which gives <i> structural </i> 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
<p>An <u>optimizer</u> works with this Trace graph presented by Trace (which is called the trace feedback in the paper), which gives <i> structural </i> 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
<code>trainable=True</code> according to feedback.
</p>
<pre>
Expand Down

0 comments on commit b48b8b1

Please sign in to comment.