-
Notifications
You must be signed in to change notification settings - Fork 883
freeze node version to 14.13.1 #757
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
…n suggested as per PR pytorch#757
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* - updated image classifier default handler - updated custom resnet and mnist handlers - update docs * documentation update - removed stale Transformer_readme.md * updated docs * Doc restructure and code fixes * Updated example as per fix in default handlers * Enhanced base and custom handler examples * Missing checking for manifest * Fixed some typos * Removed commented code * Refactor BaseHandler * Adding in unit tests * Fixed gitignore in this branch * Fix a bug with Image Segmenter * Updated Object Detector to reuse functionality; consistency * Fix pylint errors * Backwards compat for index_names.json * Fixed Image Segmenter again * Made the compat layer in text actually compat. * Removed batching from text classifier * Adding comments per review. * Fixing doc feedback. * Updating docs about batching. * Initial commit of envelopes. * Got the end-to-end working * Undoing a change for local stuff. * Fixing a few broken tests. * Fixed error introduced due to conflict resolution via web based merge tool * Corrected code comment * - Updated Object detection & text classification handlers - updated docs * fixed python linting errors * updated index to name json text classifier * fixed object detector handler for batch support * Fixed the batch inference output * update expected output as per new handler changes * updated text classification mar name in sanity suite * updated text classifier mar name and removed bert scripted models * updated model zoo with new text classification url * added model_name in while registering model in sanity suite * updated text classification model name * added upgrade option for installing python dependencies in install utils * added upgrade option for installing python dependencies and extra numpy package in regression suite * refectored pytests in regression suite for better performance and reporting * Merge upstream * Got the end-to-end working * Merge upstream (2) * Fixing a few broken tests. * Undoing a bad merge. * minor fix in torch-archiver command * reverted postprocess removal * updated mar files in model zoo to use updated handlers * updated regression suite to use updated mar files * suppressed pylint warning in UT * fixed resnet-152 mar name and expected output * updated inference tests data - added tolerence value for resent152 models * Added custom handler in vgg11 example (#559) * added custom handler for vgg11 * added readme for vgg11 example * fixed typo in readme * updated model zoo * reverted back changes for scripted vgg11 mar file * added vgg11 model to regression test suite * disabled pylint check in UT * updated expected response for vgg11 inference in regression suite * updated expected response for vgg11 inference in regression suite * updated expected for densenet scripted * Fixing bad file format * Request envelope for KFServing * Modified Response of KFServing Envelope * KFServing envelope, classifier modified * fixed text variable issue in text_classifier_kf * Added kfserving envelope support for docker * Kfserving api changes to handle predict * Envelope modified for kFServing_V1 * text classifier captum with kfv1 explain endpoint * Added captum in mnist example * KFServing V1 endpoints with Captum for mnist and Text classifier * Captum changes in BERT, mnist and text class * Added mnist example for KFserving Transformers * Added KFserving wrappers and dockerfile * Modified kfserving dockerfile and entrypoint * Modified kfserving dockerfile and entrypoint to accept multiple arguments * Modified kf envelope and mnist handler for kf Transformer * Added load unload in kfserving wrapper * Modified docker files for kfserving load unload * Modified kfserving wrapper's dockerfile * Modified inference address and port in kfwrapper * Fixed the infaddress in kfwrapper * Modified MODEL_STORE and CONFIG_PATH location in kfwrapper for image testing * Response changes in base handler and kf envelope * Refactored base_handler and text_classifier_kf * Moved kf response from Base handler to postprocess of kf handlers * Bert fixed, removed load,unload in kfserving_wrapper * Refactored kfenvelope, mnist, base, text_classifier handlers with doc strings * Added separate bert handlers for kf and ts * Refactored kf_Bert * Fixed the Can't instantiate abstract class error in bert * Refactored kf_wrapper and relocated to kubernetes folder * Modified the readme for kfserving v1, relocated kf docker files to k8s folder * removed explain from envelope and base_handler * Contains kf v1_beta1 inference, with kf_wrapper * Fixed config.properties * Fixed context in text_handler * Fix the text_classifier_kf default handler's mar creation bug * Fixed InferenceRequestHandler sanity error * Removed remnant explain lines in vision and image classifier * kfwrapper log error fixed * Unification of kf and torchserve handlers * Handled unicode issue in bert to unify KF and TS handlers * Added kfserving image transformer to help image inference * postprocess function modified for kf request in text classifier - handles string of bytesarray in vision handler * Clean the handlers and envelope * Moved response for kfserving from postprocess to envelope * Fixed kf postprocess of text_classifier and bert * Unified dockerfile for kfserving and torchserve * Moved the unified KF and TS dockerfile to docker folder * Refactored kf image transformer * Dockerfile modified for kfserve and serve unification * modified kf and ts unified docker and entrypoint * modified docker entrypoint * Individual dockerfiles artifacts for kfserving and torchserve * Added kfserving in readmes of mnist, bert, text_class * Added mnist and mnist_kf test cases * Modified unnecessary array conversion in image_transform * Fixed kf dockerfile change directory * Fixed the 'no newman npm' issue in regression test suite, solution suggested in PR 757 * Fixed the gradle error in kf_infer api * Fixed the 'no newman npm' issue in the regression test suite, solution suggested as per PR #757 * fix: pylint and CI issue on running torchserve_sanity cuda101 * Removed kfserving mnist and bert handler files * Added bert, mnist and text classifier json inputs for kfserving curl requests * Modified the Readme files with with kfserving functionalities for mnist, text_classifier and bert * Modified kfserving dockerfile and config.properties * Moved kf request json files to kf_request_json folder and modified the readmes accordingly * Removed kfserving docs from the original readmes * KFServing files relocated and delta changes added to the kfserving readmes * Removed readme from kf_predictor_docker folder * Modified mnist handler to remove comments * Added img2bytearray conversion script for image_classifier * Unit test Mockcontext cleaned * Mock context cleaned * Mock context cleaned * Transformer handler cleaned * Fixed the metrics bug #772 for test_envelopes * cleaned test_envelope * Minor fixes in the image transformer and kfserving wrapper * Pylint fixes and doc string changes in the kfserving wrapper and kfserving image transformer Co-authored-by: Shivam Shriwas <[email protected]> Co-authored-by: Harsh Bafna <[email protected]> Co-authored-by: dhaniram kshirsagar <[email protected]> Co-authored-by: dhaniram-kshirsagar <[email protected]> Co-authored-by: Henry Tappen <[email protected]> Co-authored-by: harshbafna <[email protected]> Co-authored-by: Aaqib <[email protected]> Co-authored-by: Henry Tappen <[email protected]> Co-authored-by: Geeta Chauhan <[email protected]>
Description
npm-cli
is incompatible with the latest node version and hence fails to install newman.For more details about the issue refer the #755
Fixes #755
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Regression suite execution log
Checklist: