This repository was archived by the owner on Sep 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Create distributed.md #1438
Merged
Merged
Create distributed.md #1438
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial documentation for use of distributed inference w/ torchchat. @mreso please review and update as appropriate.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/1438
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 7aa1509 with merge base 83e7624 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Add support for extracting distributed inference tests in run-docs
kwen2501
approved these changes
Dec 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks so much for writing it up!
mreso
approved these changes
Dec 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mikekgfb looks good, the response of the server is a bit different but thats true for the non distributed case too.
Co-authored-by: Matthias Reso <[email protected]>
Co-authored-by: Matthias Reso <[email protected]>
Uncommenting section about generate subcommand w/ distributed inference after review by @mreso Also, Added HF login to make this fully self-contained
Wording
Wording and formatting
Update to C++11 ABI for AOTI, similar to ET
vmpuri
pushed a commit
that referenced
this pull request
Feb 4, 2025
* Create distributed.md Initial documentation for use of distributed inference w/ torchchat. @mreso please review and update as appropriate. * Add support for extracting distributed inference tests in run-docs Add support for extracting distributed inference tests in run-docs * Update distributed.md * Update distributed.md * Update distributed.md * Update docs/distributed.md Co-authored-by: Matthias Reso <[email protected]> * Update docs/distributed.md Co-authored-by: Matthias Reso <[email protected]> * Update distributed.md Uncommenting section about generate subcommand w/ distributed inference after review by @mreso Also, Added HF login to make this fully self-contained * Update distributed.md Wording * Update distributed.md Wording and formatting * Update build_native.sh Update to C++11 ABI for AOTI, similar to ET --------- Co-authored-by: Matthias Reso <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CLA Signed
This label is managed by the Meta Open Source bot.
Distributed
Issues related to all things distributed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial documentation for use of distributed inference w/ torchchat. @mreso @lessw2020 @kwen2501 please review and update as appropriate.