Custom model import from Amazon Bedrock#232
Merged
daisuke-awaji merged 1 commit intomainfrom Sep 16, 2025
Merged
Conversation
- Add comprehensive Japanese documentation for custom model import configuration - Add English version of custom model import documentation - Update README.md and README-ja.md with links to new documentation - Documentation includes: - DeepSeek-R1-Distill-Llama-8B import example - Complete tokenizer_config.json configuration - Bedrock Engineer models.ts setup instructions - Parameter details and troubleshooting guide
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.
📚 Custom Model Import Configuration Guide
Overview
This PR adds comprehensive documentation for configuring custom models imported using Amazon Bedrock's Custom Model Import feature for use with Bedrock Engineer.
What's Added
📖 Documentation Files
docs/custom-model-import/README.mddocs/custom-model-import/README-ja.md📋 Documentation Content
The guides cover:
Custom Model Import Process
Bedrock Engineer Configuration
models.tsTroubleshooting Section
Why This Change?
Example Use Case
The documentation uses DeepSeek-R1-Distill-Llama-8B as a practical example, showing:
Key Configuration Parameters
baseIdarn:aws:bedrock:us-east-1:123456789012:imported-model/xxxxxsupportsStreamingToolUsefalse(recommended for most custom models)availability{ base: ['us-east-1'] }Target Audience
Testing
Notes