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
支援的型號在這裡