ljaljushkin / openvino.genai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenAI contains pipelines that implement image and text generation tasks. The implementation exploits OpenVINO capabilities to optimize the pipelines. Each sample covers a family of models and suggests that its implementation can be modified to adapt for a specific need.

Note
This project is not for production use.

Every pipeline requires https://github.com/openvinotoolkit/openvino for C++ to be installed.

Build the pipelines and user_ov_extensions

git submodule update --init
mkdir ./build/ && cd ./build/
source <OpenVINO dir>/setupvars.sh
cmake -DCMAKE_BUILD_TYPE=Release ../ && cmake --build ./ --config Release -j

To enable non ASCII characters for Windows cmd open Region settings from Control panel. Administrative->Change system locale->Beta: Use Unicode UTF-8 for worldwide language support->OK. Reboot.

About

License:Apache License 2.0


Languages

Language:Python 61.8%Language:C++ 32.2%Language:C 4.1%Language:Shell 1.4%Language:CMake 0.5%