"git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "96d19aaeafd837b44f8a13c5f6daf536ee80f5e7"
Unverified Commit 0cc6304d authored by kahmed10's avatar kahmed10 Committed by GitHub
Browse files

Update protobuf version (#1228)

update protobuf version
parent 6e94e607
......@@ -27,7 +27,7 @@ elif [ "$#" -eq 1 ]; then
PREFIX=$1
fi
echo "Dependencies are install at $PREFIX"
echo "Dependencies are installed at $PREFIX"
# Install deps with rbuild
rbuild prepare -d $PREFIX -s develop
......@@ -35,3 +35,5 @@ rbuild prepare -d $PREFIX -s develop
# install onnx package for unit tests
pip3 install onnx==1.8.1 numpy==1.18.5 typing==3.7.4 pytest==6.0.1 packaging==16.8
# pin version of protobuf in Python for onnx runtime unit tests
pip3 install protobuf==3.20.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment