Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[debug][dtensor] hosting commdebugmode browser's visualizer PyTorch#1699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sinhaanshul wants to merge3 commits intopytorch:site
base:site
Choose a base branch
Loading
fromsinhaanshul:site

Conversation

@sinhaanshul
Copy link

One of CommDebugMode's features is that it allows users to create a json file using the debugger's output and create a tree structure of the results in a browser visualizer. I would like to host this html file on pytorch so that users don't have to constantly open the html file manually every single time they want to use it.

@netlify
Copy link

netlifybot commentedAug 1, 2024

👷 Deploy Preview forpytorch-dot-org-preview processing.

NameLink
🔨 Latest commit7ad1aab
🔍 Latest deploy loghttps://app.netlify.com/sites/pytorch-dot-org-preview/deploys/66ac023fef8ab6000865f79e

</div>
<div id="tree-container"></div>

<script src="https://cdn.jsdelivr.net/gh/pytorch/pytorch@main/torch/distributed/_tensor/debug/comm_mode_broswer_visual.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

What's wrong with referencing github script directly?

Suggested change
<scriptsrc="https://cdn.jsdelivr.net/gh/pytorch/pytorch@main/torch/distributed/_tensor/debug/comm_mode_broswer_visual.js"></script>
<scriptsrc="https://raw.githubusercontent.com/pytorch/pytorch/main/torch/distributed/_tensor/debug/comm_mode_broswer_visual.js"></script>

@wanchaol
Copy link
Contributor

Maybe we can start with a private html (with_ prefix) for us to test on various use cases and then move it to public?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@malfetmalfetmalfet left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@sinhaanshul@wanchaol@malfet

[8]ページ先頭

©2009-2025 Movatter.jp