Skip to content

Commit

Permalink
Fix L0_backend_python expected instance name (triton-inference-server…
Browse files Browse the repository at this point in the history
…#6073)

* Fix expected instance name

* Copyright year
  • Loading branch information
kthui committed Jul 18, 2023
1 parent 1e805ae commit 899fd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/python_models/init_args/model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -34,7 +34,7 @@ def check_init_args(args):
'model_name':
'init_args',
'model_instance_name':
'init_args_0',
'init_args_0_0',
'model_instance_kind':
'CPU',
'model_instance_device_id':
Expand Down

0 comments on commit 899fd2d

Please sign in to comment.