Skip to content

Commit

Permalink
Remove onnxruntime extensions from list of gitmodules (microsoft#17615)
Browse files Browse the repository at this point in the history
The extensions submodule was removed in [this
PR](microsoft#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 kleiti committed Mar 22, 2024
1 parent a5a3580 commit 5dff334
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 5dff334

Please sign in to comment.