ovllm_node_addon
1.0.0
これは、OpenVINO GenAI LLM 用の Node.js アドオンです。 Windows 11 (Intel Core i7 CPU) 上で TinyLLama チャット 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
対応機種はこちら