Skip to content

vurusovs/openvino.genai

 
 

Repository files navigation

GenAI contains pipelines that implement image and text generation tasks. The implementation exploits OpenVNIO 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.2%
  • Python 25.0%
  • C 8.1%
  • Shell 2.7%
  • CMake 1.0%