Files
bella/node_modules/onnxruntime-web/lib/onnxjs/ort-schema/README.md
你的名字 4c2f5c69a1 chore: update node_modules with new binary files and dependencies
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers
- Update various JavaScript and TypeScript files in node_modules
- Remove unused files and dependencies
- Add new test fixtures and documentation files
2025-07-18 08:41:48 +08:00

1.1 KiB

ORT Format File

This directory contains the generated ts file neccessary to support the ORT file format. The file is generated from the ORT file format schema. Please do not directly modify the generated ts header file.

The ORT file format schema uses FlatBuffers serialization library. To update its generated ts file,

  1. Download or locate the ort.fbs file.
  2. Download FlatBuffers compiler: Download the latest flatc tool (flatc_windows.zip) from Flatbuffers Release Page. Unzip and run

> flatc_windows.exe --ts <path to ort.fbs>

This should result in ort-generated.ts being updated.