Remove onnxruntime extensions from list of gitmodules (#17615)

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.
This commit is contained in:
Numfor Tiapo 2023-09-19 17:12:14 -07:00 committed by GitHub
parent d522cc7cc4
commit f297d4dfb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitmodules vendored
View file

@ -8,6 +8,3 @@
path = cmake/external/emsdk
url = https://github.com/emscripten-core/emsdk.git
branch = 3.1.44
[submodule "cmake/external/onnxruntime-extensions"]
path = cmake/external/onnxruntime-extensions
url = https://github.com/microsoft/onnxruntime-extensions.git