We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea0ae6 commit b99ddd2Copy full SHA for b99ddd2
qa/L0_libtorch_inference_mode/test.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -73,7 +73,7 @@ for FLAG in true false; do
73
74
set +e
75
76
- python $SIMPLE_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
+ python $LIBTORCH_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
77
if [ $? -ne 0 ]; then
78
RET=1
79
fi
0 commit comments