Skip to content

zhangYiIntel/ov_llm_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Simulator for OpenVINO

This repo contains miminal code to run LLM models with OpenVINO C++ API. It aims to fasilicate the development of kernels. It only keeps the inference logic and omits the word search in llm.

Usage

Build

Make sure you have openvino installed and you have source the setupvars.sh, otherwise you need to set -D OpenVINO_DIR= for cmake configuration

mkdir build
cmake ..
make

Run

llm_test

llm_test <path to model>

simple_sdpa

simple_sdpa <1st token length> [T/N]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published