mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-25 02:50:42 +00:00
Update cgmanifests/generated/cgmanifest.json to fix a syntax error (#15997)
### Description In PR #15797, the author manually edited the cgmanifests/generated/cgmanifest.json file and made an error that makes the file ill formed. ### Motivation and Context
This commit is contained in:
parent
0fed00c04d
commit
be6c0bb53c
2 changed files with 10 additions and 11 deletions
|
|
@ -563,6 +563,15 @@
|
|||
},
|
||||
"comments": "python-pillow. Implementation logic for anti-aliasing copied by Resize CPU kernel."
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "d10b27fe37736d2944630ecd7557cefa95cf87c9",
|
||||
"repositoryUrl": "https://gitlab.com/libeigen/eigen.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"Version": 1
|
||||
|
|
|
|||
|
|
@ -78,16 +78,6 @@
|
|||
"comments": "manylinux dependency LIBXCRYPT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "d10b27fe37736d2944630ecd7557cefa95cf87c9",
|
||||
"repositoryUrl": "https://gitlab.com/libeigen/eigen.git"
|
||||
},
|
||||
"comments": "git submodule at cmake/external/eigen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
|
|
@ -447,7 +437,7 @@
|
|||
},
|
||||
"comments": "extensions"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue