mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-11 00:49:31 +00:00
Update vcpkg.json - lock flatbuffer version (#23046)
### Description
Locking version introduced in:
03ea5dc495/onnxruntime/core/flatbuffers/schema/ort_training_checkpoint.fbs.h (L11-L13)
### Motivation and Context
Resolve issue for version `>=1.20.`
https://github.com/microsoft/onnxruntime/issues/22666
This commit is contained in:
parent
5f7b9d0245
commit
bf4d3e1a5b
1 changed files with 6 additions and 0 deletions
|
|
@ -66,6 +66,12 @@
|
|||
"platform": "windows"
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "flatbuffers",
|
||||
"version": "23.5.26"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"tests": {
|
||||
"description": "Build ONNXRuntime unit tests",
|
||||
|
|
|
|||
Loading…
Reference in a new issue