Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Jun 23, 2024
1 parent f18b70f commit d889b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ <h4 class="mb-4">End-to-End Optimization via LLM</h4>
<span class="fab fa-python"></span>
</div>
<h4 class="mb-4 py-lg-3">Native Python Support</h4>
<p>Trace gives users full flexibility in building learning AI systems. It provides two primitives <button type="button" class="btn btn-secondary btn-sm pb-0 pt-0" data-container="body" data-toggle="popover" data-placement="top" title="node" data-content="node can be used to wrap over normal Python objects like a string, number, list, or dictionary.">node</button>
<button type="button" class="btn btn-secondary btn-sm pb-0 pt-0" data-container="body" data-toggle="popover" data-placement="bottom" title="bundle" data-content="bundle is a decorator to wrap over Python functions.">bundle</button> to wrap over Python objects and functions. This design makes Trace compatible with any Python program, handle the dynamic nature of AI systems, and capable of optimizing a mixture of <u>code</u>,
<p>Trace gives users full flexibility in building learning AI systems. It provides two primitives <button type="button" class="btn btn-gray btn-sm pb-0 pt-0" data-container="body" data-toggle="popover" data-placement="top" title="node" data-content="node can be used to wrap over normal Python objects like a string, number, list, or dictionary.">node</button>
<button type="button" class="btn btn-gray btn-sm pb-0 pt-0" data-container="body" data-toggle="popover" data-placement="bottom" title="bundle" data-content="bundle is a decorator to wrap over Python functions.">bundle</button> to wrap over Python objects and functions. This design makes Trace compatible with any Python program, handle the dynamic nature of AI systems, and capable of optimizing a mixture of <u>code</u>,
<u>prompts</u>, <u>numbers</u>, etc.
</p>

Expand Down

0 comments on commit d889b6c

Please sign in to comment.