Skip to content

Commit

Permalink
Upgrade protobuf version (#6268)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 authored Sep 6, 2023
1 parent 39ebf82 commit 6a66d60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/common/gen_qa_model_repository
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ nvidia-smi -L || true
nvidia-smi || true
set -e
set -x
# Segmentation fault with protobuf 4.24.0 (https://github.com/tensorflow/tensorflow/issues/61551)
# Upgrade protobuf version to fix the issue.
pip3 install "protobuf>4.24.0"
python3 $SRCDIR/gen_qa_models.py --graphdef --savedmodel --models_dir=$DESTDIR
chmod -R 777 $DESTDIR
python3 $SRCDIR/gen_qa_models.py --graphdef --savedmodel --variable --models_dir=$VARDESTDIR
Expand Down

0 comments on commit 6a66d60

Please sign in to comment.