onnxruntime-node
Version:
ONNXRuntime Node.js binding
9 lines • 361 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
exports.version = '1.21.1';
//# sourceMappingURL=version.js.map
;