-
Notifications
You must be signed in to change notification settings - Fork 82
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
fix: write the mms config file to a subdir of base_dir instead of /etc #74
base: master
Are you sure you want to change the base?
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@@ -35,6 +35,7 @@ | |||
model_dir = os.path.join(base_dir, "model") # type: str | |||
# str: the directory where models should be saved, e.g., /opt/ml/model/ | |||
|
|||
config_dir = os.path.join(base_dir, "etc") # type: str |
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.
Naming this directory etc makes sense to me because the source code of sagemaker-inference-toolkit also has a etc directory containing similar config files.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Dear Maintainers. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
fix #72
Issue #, if available:
72
Description of changes:
write the mms config file to a subdir os base_dir instead of /etc
Testing done:
unit tests pass on local
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.