We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7985b5 commit 4b1e0f3Copy full SHA for 4b1e0f3
tools/ci/check_validate.sh
@@ -19,7 +19,7 @@ function prepare_env() {
19
if [ ${num_changed_samples} -eq 0 ]; then
20
python ${GRAPH_NET_EXTRACT_WORKSPACE}/tools/count_sample.py
21
LOG "[INFO] This pull request doesn't change any samples, skip the CI."
22
- exit 0
+ #exit 0
23
fi
24
25
LOG "[INFO] Device Id: ${CUDA_VISIBLE_DEVICES}"
0 commit comments