Skip to content

Commit 81a6593

Browse files
committed
Fix up model version
1 parent 1eb373b commit 81a6593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_io/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ cp -r $ENSEMBLEDIR/nop_TYPE_FP32_-1 $MODELSDIR/. && \
149149
# prepare libtorch multi-device and multi-gpu models
150150
cp -r ../L0_libtorch_instance_group_kind_model/models/libtorch_multi_device $MODELSDIR/.
151151
cp ../L0_libtorch_instance_group_kind_model/gen_models.py ./gen_libtorch_model.py
152+
mkdir -p $MODELSDIR/libtorch_multi_device/1
152153
mkdir -p $MODELSDIR/libtorch_multi_gpu/1
153154
cp $MODELSDIR/libtorch_multi_device/config.pbtxt models/libtorch_multi_gpu/.
154155
(cd $MODELSDIR/libtorch_multi_gpu && \
@@ -164,7 +165,6 @@ fi
164165
set -e
165166

166167
TRIALS="graphdef savedmodel onnx libtorch plan python python_dlpack libtorch_multi_gpu libtorch_multi_device"
167-
168168
for input_device in -1 0 1; do
169169
for output_device in -1 0 1; do
170170
for trial in ${TRIALS}; do

0 commit comments

Comments
 (0)