2025.0.0 • Published 4 months ago
openvino-tokenizers-node v2025.0.0
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
// ...
Copyright © 2018-2025 Intel Corporation
2025.0.0
4 months ago
2024.6.0-preview
6 months ago