forked from aws/sagemaker-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
documentation: add doc for SMDDP collectives #3
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mchoi8739
wants to merge
41
commits into
vishwakaria:smddp-coll
Choose a base branch
from
mchoi8739:smddp-collectives-doc
base: smddp-coll
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
c97c467
fix: type hint of PySparkProcessor __init__ (#3297)
NivekNey de58941
fix: fix PySparkProcessor __init__ params type (#3354)
andre-marcos-perez 41dd330
fix: Allow Py 3.7 for MMS Test Docker env (#3080)
shreyapandit 1e23a3f
refactoring : using with statement (#3286)
maldil 19efadf
Update local_requirements.txt PyYAML version (#3095)
shreyapandit 76f7782
feature: Update TF 2.9 and TF 2.10 inference DLCs (#3465)
arjkesh fde0738
feature: Added transform with monitoring pipeline step in transformer…
keshav-chandak 7f9f3b0
fix: Fix bug forcing uploaded tar to be named sourcedir (#3412)
claytonparnell 5d59767
feature: Add Code Owners file (#3503)
navinsoni 0f5cf18
prepare release v2.119.0
f1f0013
update development version to v2.119.1.dev0
bb4b689
feature: Add DXB region to frameworks by DLC (#3387)
RadhikaB-97 b68bcd9
fix: support idempotency for framework and spark processors (#3460)
brockwade633 32969da
feature: Update registries with new region account number mappings. (…
kenny-ezirim 767da0a
feature: Adding support for SageMaker Training Compiler in PyTorch es…
Lokiiiiii d779d1b
feature: Add Neo image uri config for Pytorch 1.12 (#3507)
HappyAmazonian 83327fb
prepare release v2.120.0
5bffb04
update development version to v2.120.1.dev0
b828396
feature: Algorithms Region Expansion OSU/DXB (#3508)
malav-shastri 357f732
fix: Add constraints file for apache-airflow (#3510)
navinsoni a28d1dd
fix: FrameworkProcessor S3 uploads (#3493)
brockwade633 11d2475
prepare release v2.121.0
24171b5
update development version to v2.121.1.dev0
d5847d5
Fix: Differentiate SageMaker Training Compiler's PT DLCs from base PT…
Lokiiiiii 3f6ea88
fix: Fix failing jumpstart cache unit tests (#3514)
evakravi 4570aa6
fix: Pop out ModelPackageName from pipeline definition (#3472)
qidewenwhen 959ea1a
prepare release v2.121.1
b2e8b66
update development version to v2.121.2.dev0
355975d
fix: Skip Bad Transform Test (#3521)
amzn-choeric fadc817
fix: Revert "fix: type hint of PySparkProcessor __init__" (#3524)
mufaddal-rohawala c5fc93f
change: Update for Tensorflow Serving 2.11 inference DLCs (#3509)
hballuru ec8da98
prepare release v2.121.2
0352122
update development version to v2.121.3.dev0
aabe852
Add use_accl option to pytorchddp distribution
vishwakaria cf54133
Update API spec to use communication_options
vishwakaria 35e72a8
Remove extra whitespace in logs
vishwakaria 6b52088
Fix unit tests
vishwakaria 690a1d3
Update comments
vishwakaria c7e7f0d
Update logs
vishwakaria 558e3f8
Update warning logs
vishwakaria 83d754e
documentation: add doc for smddp collectives
mchoi8739 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @aws/sagemaker-ml-frameworks |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.118.1.dev0 | ||
2.121.3.dev0 |
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
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
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
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
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
Oops, something went wrong.
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.
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.
Can we make these lines bold?
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.
unfortunately Sphinx code block doesn't support adding styles
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.
In the code block every character is recognizes as straight code syntax, so it would show the element for bold style, instead of the bold style applied to the lines.
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.
ref discussion in stackoverflow: https://stackoverflow.com/questions/26366552/bold-code-in-rst