2025.0.0 • Published 4 months ago

openvino-tokenizers-node v2025.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

OpenVINO Tokenizers

This package contains binaries extension for openvino-node package

Installation

npm install openvino-tokenizers-node

After package installation script that downloads and extracts binaries will be executed. Binaries will be placed in the node_modules/openvino-tokenizers-node/bin directory.

This package is a part of openvino-node package and should be used with it. Version of this package should be the same as version of openvino-node package.

Usage

const { addon: ov } = require('openvino-node');
const openvinoTokenizers = require('openvino-tokenizers-node');

const core = new ov.Core();
core.addExtension(openvinoTokenizers.path); // Add tokenizers extension

// Load tokenizers model
// ...

License

Copyright © 2018-2025 Intel Corporation