openvino-tokenizers-node

2025.1.0 • Public • Published

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

Package Sidebar

Install

npm i openvino-tokenizers-node

Weekly Downloads

17

Version

2025.1.0

License

Apache-2.0

Unpacked Size

5.75 kB

Total Files

4

Last publish

Collaborators

  • openvino_pushbot