ovllm_node_addon
1.0.0
这是 OpenVINO GenAI LLM 的 Node.js 插件。在 Windows 11(Intel Core i7 CPU)上使用 TinyLLama chat 1.1 OpenVINO int4 模型进行测试。
观看下面的 YouTube 演示视频:
运行以下命令进行构建:
npm install
node-gyp configure
node-gyp build
要测试 Node.js OpenVINO LLM 插件,请运行index.js
脚本。
node index.js D:/demo/TinyLlama-1.1B-Chat-v1.0-openvino-int4
禁用流媒体
node index.js D:/demo/TinyLlama-1.1B-Chat-v1.0-openvino-int4 nostream
支持的型号在这里