Interactive diagrams for DeepSpeed #7493
brovatten
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'd like to propose integrating CodeBoarding into the docs.
It's an open-source code visualization project I am working on. It helps contributors and users better understand the repository’s structure. CodeBoarding uses static analysis and an LLM pass to generate accurate, interactive diagrams that show the high-level architecture and allow drilling down into specific modules or functions.
Given the complexity of
DeepSpeed
and large flow of new users and contributors, these diagrams could be incredibly for onboarding and code reviews. I've generated a sample diagram for this repo so you can see what it looks like:https://github.com/CodeBoarding/GeneratedOnBoardings/blob/e74f6e1cecee265fe6a8210624e33193cea332d7/DeepSpeed/on_boarding.md
If you think this would be a good addition, I’d be happy to open a PR that integrates this visualization into the documentation. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions