Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
e0e7cdb1
Commit
e0e7cdb1
authored
Sep 02, 2021
by
tink2123
Browse files
fix typo
parent
8bff0852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
tests/test.sh
tests/test.sh
+8
-3
No files found.
tests/test.sh
View file @
e0e7cdb1
...
...
@@ -270,7 +270,6 @@ function func_inference(){
fi
done
}
function
func_serving
(){
IFS
=
'|'
_python
=
$1
...
...
@@ -339,6 +338,14 @@ function func_serving(){
kill
$PID
sleep
2s
ps ux |
grep
-E
'web_service|pipeline'
|
awk
'{print $2}'
| xargs
kill
-s
9
done
done
else
echo
"Does not support hardware other than CPU and GPU Currently!"
fi
done
}
function
func_cpp_inference
(){
IFS
=
'|'
_script
=
$1
...
...
@@ -582,5 +589,3 @@ else
done
# done with: for autocast in ${autocast_list[*]}; do
done
# done with: for gpu in ${gpu_list[*]}; do
fi
# end if [ ${MODE} = "infer" ]; then
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment