File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
examples/apps/ai_remote_infer_app Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2021- 2025 MONAI Consortium
1+ # Copyright 2025 MONAI Consortium
22# Licensed under the Apache License, Version 2.0 (the "License");
33# you may not use this file except in compliance with the License.
44# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1- # Copyright 2021- 2025 MONAI Consortium
1+ # Copyright 2025 MONAI Consortium
22# Licensed under the Apache License, Version 2.0 (the "License");
33# you may not use this file except in compliance with the License.
44# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1+ # Copyright 2025 MONAI Consortium
2+ # Licensed under the Apache License, Version 2.0 (the "License");
3+ # you may not use this file except in compliance with the License.
4+ # You may obtain a copy of the License at
5+ # http://www.apache.org/licenses/LICENSE-2.0
6+ # Unless required by applicable law or agreed to in writing, software
7+ # distributed under the License is distributed on an "AS IS" BASIS,
8+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+ # See the License for the specific language governing permissions and
10+ # limitations under the License.
11+
112#! /bin/bash
213export HOLOSCAN_INPUT_PATH=" inputs/spleen_ct_tcia"
314export HOLOSCAN_MODEL_PATH=" examples/apps/ai_remote_infer_app/models_client_side"
415export HOLOSCAN_OUTPUT_PATH=" output_spleen"
516export HOLOSCAN_LOG_LEVEL=DEBUG # TRACE can be used for verbose low-level logging
6- export TRITON_SERVER_NETLOC=" localhost:8000" # Triton server network location, host:port
17+ export TRITON_SERVER_NETLOC=" localhost:8000" # Triton server network location, host:port
Original file line number Diff line number Diff line change 1- # Copyright 2021- 2025 MONAI Consortium
1+ # Copyright 2025 MONAI Consortium
22# Licensed under the Apache License, Version 2.0 (the "License");
33# you may not use this file except in compliance with the License.
44# You may obtain a copy of the License at
You can’t perform that action at this time.
0 commit comments