We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ebf82 commit 2f9142dCopy full SHA for 2f9142d
qa/common/gen_qa_model_repository
@@ -386,6 +386,10 @@ nvidia-smi -L || true
386
nvidia-smi || true
387
set -e
388
set -x
389
+# Segmentation fault with protobuf 4.24.0 (https://github.com/tensorflow/tensorflow/issues/61551)
390
+# Upgrade protobuf version to fix the issue.
391
+pip3 install "protobuf>4.24.0"
392
+
393
python3 $SRCDIR/gen_qa_models.py --graphdef --savedmodel --models_dir=$DESTDIR
394
chmod -R 777 $DESTDIR
395
python3 $SRCDIR/gen_qa_models.py --graphdef --savedmodel --variable --models_dir=$VARDESTDIR
0 commit comments