We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59700ec commit 5de9196Copy full SHA for 5de9196
kubernetes/tests/scripts/test_mnist.sh
@@ -37,7 +37,6 @@ function get_model_archive() {
37
38
function deploy_cluster() {
39
echo "Deploying the cluster"
40
- #cd $GITHUB_WORKSPACE
41
kubectl apply -f "$1"
42
echo "Waiting for pod to come up..."
43
wait_for_pod_running "$2" 300
@@ -137,7 +136,7 @@ build_docker_image
137
136
get_model_archive "https://torchserve.pytorch.org/mar_files/mnist_v2.mar" "mnist"
138
deploy_cluster "./kubernetes/tests/configs/deployment.yaml" "ts-def"
139
140
-echo "CPU usage test"
+echo "No model loaded CPU usage test"
141
check_cpu_cores "ts-def" 180
142
143
echo "MNIST test inference"
0 commit comments