Skip to content

Commit b99ddd2

Browse files
authored
Fix client script (#5806)
1 parent aea0ae6 commit b99ddd2

File tree

1 file changed

+2
-2
lines changed
  • qa/L0_libtorch_inference_mode

1 file changed

+2
-2
lines changed

qa/L0_libtorch_inference_mode/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -73,7 +73,7 @@ for FLAG in true false; do
7373

7474
set +e
7575

76-
python $SIMPLE_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
76+
python $LIBTORCH_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
7777
if [ $? -ne 0 ]; then
7878
RET=1
7979
fi

0 commit comments

Comments
 (0)