You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ Or for development, clone the repo and run the following.
34
34
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
35
35
git is unable to clone the repository.
36
36
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.**
38
38
39
39
40
40
## Updates
@@ -49,8 +49,6 @@ git is unable to clone the repository.
49
49
-**2024.9.14** TextGrad is available as an optimizer in Trace.
50
50
-**2024.8.18** Allen Nie gave a talk to [Pasteur Labs](https://pasteurlabs.ai/) & Institute for Simulation Intelligence.
51
51
52
-
We have a mailing list for announcements: [Signup](http://eepurl.com/iSscZ-/)
53
-
54
52
## QuickStart
55
53
56
54
Trace has two primitives: `node` and `bundle`. `node` is a primitive to define a node in the computation graph. `bundle`
0 commit comments