From 8b5d3f0c40511fd880440a0b5edde46ef31efadf Mon Sep 17 00:00:00 2001 From: Ching-An Cheng Date: Wed, 30 Oct 2024 17:43:03 -0700 Subject: [PATCH] Add logo to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e27135..ff5ead3 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,16 @@ ![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg) [![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg)](https://arxiv.org/abs/2406.16218) +

+ drawing +

+ + + Trace is a new AutoDiff-like tool for training AI systems end-to-end with general feedback (like numerical rewards or losses, natural language text, compiler errors, etc.). Trace generalizes the back-propagation algorithm by capturing and propagating an AI system's execution trace. Trace is implemented as a PyTorch-like Python library. Users write Python code directly and can use Trace primitives to optimize certain parts, just like training neural networks! [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/) -![BlogPost](https://github.com/microsoft/Trace/blob/main/docs/images/MSR_blog_cover2.png?raw=true) ## Setup