diff --git a/build.py b/build.py index 0cc06000e6..952eff4b18 100755 --- a/build.py +++ b/build.py @@ -73,7 +73,7 @@ "2.40.0dev": ( "23.11dev", # triton container "23.10", # upstream container - "1.16.0", # ORT + "1.16.2", # ORT "2023.0.0", # ORT OpenVINO "2023.0.0", # Standalone OpenVINO "3.2.6", # DCGM version diff --git a/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected b/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected index 9b34c74b2b..c91f4599ee 100644 --- a/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected +++ b/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected @@ -1 +1 @@ -input 'INPUT1' in auto-complete-config function for model 'input_wrong_property' contains property other than 'name', 'data_type' and 'dims'. +input 'INPUT1' in auto-complete-config function for model 'input_wrong_property' contains property other than 'name', 'data_type', 'dims' and 'optional'.