Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tensorflow][Inference][Sagemaker] Test gevent monkey patching fix fo…
…r recursion error (#4397) * move gevent monkey patching to python_service.py * Update ['dlc_developer_config.toml'] dlc_developer_config.toml: { 'build': { 'build_frameworks': ['tensorflow'], 'build_inference': True, 'build_training': False}, 'buildspec_override': { 'dlc-pr-tensorflow-2-inference': 'tensorflow/inference/buildspec-2-16-sm.yml'}, 'dev': { 'deep_canary_mode': False, 'graviton_mode': False, 'neuronx_mode': False}, 'test': { 'ec2_tests': True, 'ecs_tests': True, 'eks_tests': True, 'sagemaker_local_tests': True, 'sagemaker_remote_tests': True, 'sanity_tests': True}} * turn off autopatch * revert toml
- Loading branch information