Skip to content

Commit

Permalink
Add READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 24, 2023
1 parent e2cff7b commit 16ff690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.

Every pipeline requires https://github.com/openvinotoolkit/openvino for C++ to be installed.
6 changes: 2 additions & 4 deletions llm/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# LLM

This application showcases inference of a large language model (LLM). It doesn't have much of configuration options to encourage the reader to explore and modify the source code.

https://github.com/openvinotoolkit/openvino for C++ must be installed.
This application showcases inference of a large language model (LLM). It doesn't have much of configuration options to encourage the reader to explore and modify the source code. There's a Jupyter notebooks which corresponds to this pipeline and discusses how to create an LLM-powered Chatbot: https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/254-llm-chatbot.

## How it works

Expand Down Expand Up @@ -51,4 +49,4 @@ Usage: `llm <openvino_model.xml> <tokenizer.xml> <detokenizer.xml> "<prompt>"`

Example: `./build/llm Llama-2-7b-hf/openvino_model.xml tokenizer.xml detokenizer.xml "Why is the Sun yellow?"`

To enable non ASCII characters for Windows cmd open `Region` settings from `Control panel`. `Adiministrative`->`Change system locale`->`Beta: Use Unicode UTF-8 for worldwide language support`->`OK`. Reboot.
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.

0 comments on commit 16ff690

Please sign in to comment.