Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 457 Bytes

🏃 WIP

Introduction

中文文档 llm-runtime encapsulates the runtime of various models and provides a simple abstract interface for easy deployment.

Diagram

graph LR

create-->llm_runtime
destroy-->llm_runtime
process-->llm_runtime
llm_runtime-->llamaRT
llm_runtime-->samRT
llm_runtime-->sdRT
llm_runtime-->ctrlnetRT
Loading

Support plan

  • LLama
  • SAM(meta)
  • Stable Diffusion
  • Control Net