Skip to content

Commit

Permalink
Remove onnxruntime extensions from list of gitmodules (#17615)
Browse files Browse the repository at this point in the history
The extensions submodule was removed in [this
PR](#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.
  • Loading branch information
nums11 authored and snnn committed Sep 29, 2023
1 parent 8dbf7d8 commit da3bb02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da3bb02

Please sign in to comment.