Skip to content

Commit

Permalink
Fix client script (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 authored May 18, 2023
1 parent aea0ae6 commit b99ddd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/L0_libtorch_inference_mode/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright 2021-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 @@ -73,7 +73,7 @@ for FLAG in true false; do

set +e

python $SIMPLE_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
python $LIBTORCH_INFER_CLIENT_PY >> $CLIENT_LOG 2>&1
if [ $? -ne 0 ]; then
RET=1
fi
Expand Down

0 comments on commit b99ddd2

Please sign in to comment.