diff --git a/qa/L0_io/test.sh b/qa/L0_io/test.sh index 1f7d77ffcc..84ab4fb0c0 100755 --- a/qa/L0_io/test.sh +++ b/qa/L0_io/test.sh @@ -68,8 +68,7 @@ for trial in graphdef savedmodel onnx libtorch plan python python_dlpack; do cp ../python_models/add_sub/config.pbtxt $MODELSDIR/${full}/. && \ (cd $MODELSDIR/${full} && \ sed -i "s/label_filename:.*//" config.pbtxt && \ - sed -i "0,/name:.*/{s/name:.*/name: \"${full}\"/}" config.pbtxt && \ - echo "max_batch_size: 64" >> config.pbtxt) + echo "max_batch_size: 64" >> config.pbtxt) # ensemble version of the model. mkdir -p $MODELSDIR/fan_${full}/1 && \