mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
The extensions submodule was removed in [this PR](https://github.com/microsoft/onnxruntime/pull/17097) but not deleted from the list of git modules. This causes breaks in code ingesting ORT that references the git modules for an accurate list of submodules. This change removes the extensions from the list of git modules to resolve this issue.
10 lines
384 B
Text
10 lines
384 B
Text
[submodule "cmake/external/onnx"]
|
|
path = cmake/external/onnx
|
|
url = https://github.com/onnx/onnx.git
|
|
[submodule "cmake/external/libprotobuf-mutator"]
|
|
path = cmake/external/libprotobuf-mutator
|
|
url = https://github.com/google/libprotobuf-mutator.git
|
|
[submodule "cmake/external/emsdk"]
|
|
path = cmake/external/emsdk
|
|
url = https://github.com/emscripten-core/emsdk.git
|
|
branch = 3.1.44
|