Doc update and added SFT integ test#6018
Merged
Merged
Conversation
- Moved Nova-only CPT notebook from open-weight section to Nova section. - Renamed "Customizing Models" → "Model Customization (Foundation Models)". - Consolidated deployment docs under "Deploy Models for Inference" (including Bedrock). - Added SFT SMTJ serverful integ test
zhaoqizqwang
temporarily deployed
to
auto-approve
July 13, 2026 06:38 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 13, 2026 06:38 — with
GitHub Actions
Inactive
amazeAmazing
approved these changes
Jul 13, 2026
**Description** **Testing Done**
zhaoqizqwang
temporarily deployed
to
auto-approve
July 15, 2026 06:38 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 15, 2026 06:38 — with
GitHub Actions
Inactive
zhaoqizqwang
had a problem deploying
to
auto-approve
July 16, 2026 17:44 — with
GitHub Actions
Error
zhaoqizqwang
temporarily deployed
to
auto-approve
July 16, 2026 17:44 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 16, 2026 17:44 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 16, 2026 17:44 — with
GitHub Actions
Inactive
mujtaba1747
reviewed
Jul 16, 2026
| unique_id = f"{int(time.time())}-{random.randint(1000, 9999)}" | ||
|
|
||
| sft_trainer = SFTTrainer( | ||
| model="amazon.nova-2-lite-v1", |
Collaborator
There was a problem hiding this comment.
Can we use nova micro for SFT serverful instead. It may support chepaer g5/g6 instances? Getting P5 capacity is difficult and using p5 might make it hard for this test to be picked up.
How long did it take for the test to get picked up when you tried it out manually?
Collaborator
There was a problem hiding this comment.
We can use P5 for RLVR instead. As I don't think there are recipes for g5/g6 for rlvr.
Collaborator
Author
There was a problem hiding this comment.
yes updated to micro model. Uses g6 instance instead
mujtaba1747
reviewed
Jul 16, 2026
| {"schemaVersion": "nova-sft-2025-01-01", "messages": [{"role": "user", "content": [{"text": "What is machine learning?"}]}, {"role": "assistant", "content": [{"text": "Machine learning is a subset of artificial intelligence that enables systems to learn and improve from experience without being explicitly programmed."}]}]} | ||
| {"schemaVersion": "nova-sft-2025-01-01", "messages": [{"role": "user", "content": [{"text": "Explain what AWS is."}]}, {"role": "assistant", "content": [{"text": "AWS (Amazon Web Services) is a comprehensive cloud computing platform that provides on-demand computing resources and services."}]}]} | ||
| {"schemaVersion": "nova-sft-2025-01-01", "messages": [{"role": "user", "content": [{"text": "What is Python used for?"}]}, {"role": "assistant", "content": [{"text": "Python is a versatile programming language used for web development, data analysis, artificial intelligence, scientific computing, and automation."}]}]} | ||
| {"schemaVersion": "nova-sft-2025-01-01", "messages": [{"role": "user", "content": [{"text": "What is machine learning?"}]}, {"role": "assistant", "content": [{"text": "Machine learning is a subset of artificial intelligence that enables systems to learn and improve from experience without being explicitly programmed."}]}]} |
Collaborator
There was a problem hiding this comment.
Nice, this makes the test easy to port across accounts.
mujtaba1747
reviewed
Jul 16, 2026
| @@ -0,0 +1,172 @@ | |||
| # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | |||
Collaborator
There was a problem hiding this comment.
We also need test for OSS + Serverful. But that will be a different PR.
zhaoqizqwang
temporarily deployed
to
auto-approve
July 17, 2026 06:35 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 17, 2026 06:35 — with
GitHub Actions
Inactive
zhaoqizqwang
temporarily deployed
to
auto-approve
July 17, 2026 06:38 — with
GitHub Actions
Inactive
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.