diff --git a/README.md b/README.md index f2ff569..a33c10c 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,8 @@ code directly and can use Trace primitives to optimize certain parts, just like [Paper](https://arxiv.org/abs/2406.16218) | [Project website](https://microsoft.github.io/Trace/) | [Documentation](https://microsoft.github.io/Trace/intro.html) | [Blogpost](https://www.microsoft.com/en-us/research/blog/tracing-the-path-to-self-adapting-ai-agents/) -This diagram shows that Trace captures the execution of a computational graph (declared using Python variables and functions) -where the execution of the Python program is analogous to the *forward pass* of a neural network, and during backward pass, -Trace propagates a minimal subgraph that offers sufficient information for the optimizer to update the parameter node. -
- +
## Setup diff --git a/docs/images/platform.png b/docs/images/platform.png new file mode 100644 index 0000000..e87e58d Binary files /dev/null and b/docs/images/platform.png differ