ngaloppo / openvino.genai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenAI Pipeline Repository

The GenAI repository contains pipelines that implement image and text generation tasks. The implementation uses OpenVINO capabilities to optimize the pipelines. Each sample covers a family of models and suggests certain modifications to adapt the code to specific needs. It includes the following pipelines:

  1. Benchmarking script for large language models
  2. Causal LM
  3. OpenVINO Stable Diffuison (with LoRA) C++ pipeline
  4. OpenVINO Latent Consistency Model (with LoRA) C++ pipeline

Note

This project is not for production use.

License

The GenAI repository is licensed under Apache License Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.

Requirements

Requirements may vary for different samples. See respective readme files for more details, and make sure to install the OpenVINO version listed there. Refer to documentation to see how to install OpenVINO.

About

License:Apache License 2.0


Languages

Language:Python 72.7%Language:C++ 20.2%Language:C 4.3%Language:Shell 1.5%Language:CMake 1.3%