mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
* Add nGraph Execution Provider * feedback changes 1 * feedback2 * Feedback and upgrade nGraph * Feedback 4 * Fix CI * Disable new ops
13 lines
488 B
Diff
13 lines
488 B
Diff
diff --git a/cmake/external_protobuf.cmake b/cmake/external_protobuf.cmake
|
|
index 47977b3..1a66e1c 100644
|
|
--- a/cmake/external_protobuf.cmake
|
|
+++ b/cmake/external_protobuf.cmake
|
|
@@ -23,7 +23,7 @@ include(ExternalProject)
|
|
|
|
# This version of PROTOBUF is required by Microsoft ONNX Runtime.
|
|
set(NGRAPH_PROTOBUF_GIT_REPO_URL "https://github.com/protocolbuffers/protobuf")
|
|
-set(NGRAPH_PROTOBUF_GIT_TAG "v3.5.2")
|
|
+set(NGRAPH_PROTOBUF_GIT_TAG "v3.6.1")
|
|
|
|
ExternalProject_Add(
|
|
ext_protobuf
|