Skip to content

Commit 869e500

Browse files
authored
Update README.md
1 parent bf8d597 commit 869e500

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ losses, natural language text, compiler errors, etc.). Trace generalizes the bac
1515
propagating an AI system's execution trace. Trace is implemented as a PyTorch-like Python library. Users write Python
1616
code directly and can use Trace primitives to optimize certain parts, just like training neural networks!
1717

18-
[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/) | [Discord channel](https://discord.gg/4VeAvwFcWy)
18+
[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/) | [Discord channel](https://discord.gg/9CcNqXAnPC)
1919

2020
<p >
2121
<img src="https://github.com/microsoft/Trace/blob/main/docs/images/platform2.png" alt="drawing" width="100%"/>
@@ -34,7 +34,7 @@ Or for development, clone the repo and run the following.
3434
The library requires Python >= 3.9. By default (starting with v0.1.3.5), we use [LiteLLM](https://github.com/BerriAI/litellm) as the backend of LLMs. For backward compatibility, we provide backend-support with [AutoGen](https://github.com/microsoft/autogen); when installing, users can add `[autogen]` tag to install a compatible AutoGen version (e.g., `pip install trace-opt[autogen]`). You may require [Git Large File Storage](https://git-lfs.com/) if
3535
git is unable to clone the repository.
3636

37-
**For questions or reporting bugs, please use Github Issues or post on our [Discord channel](https://discord.gg/4VeAvwFcWy). We actively check these channels.**
37+
**For questions or reporting bugs, please use Github Issues or post on our [Discord channel](https://discord.gg/9CcNqXAnPC). We actively check these channels.**
3838

3939

4040
## Updates
@@ -49,8 +49,6 @@ git is unable to clone the repository.
4949
- **2024.9.14** TextGrad is available as an optimizer in Trace.
5050
- **2024.8.18** Allen Nie gave a talk to [Pasteur Labs](https://pasteurlabs.ai/) & Institute for Simulation Intelligence.
5151

52-
We have a mailing list for announcements: [Signup](http://eepurl.com/iSscZ-/)
53-
5452
## QuickStart
5553

5654
Trace has two primitives: `node` and `bundle`. `node` is a primitive to define a node in the computation graph. `bundle`

0 commit comments

Comments
 (0)