Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Burn LM

Discord license


Burn-LM aims at democratizing large model inference and training on any device.


Quick Start

Launch a Burn LM shell with:

git clone https://github.com/tracel-ai/burn-lm.git
cd burn-lm
cargo burn-lm

Type help to get a list of commands.

Available Models

The list of models is very small at the moment since we're focused on performance optimization. Still, we're accepting high quality contributions to port open-source models to Burn-LM.

Here's the current list of supported models:

ModelSize
Llama 38B
Llama 3.18B
Llama 3.21B, 3B
TinyLlama1.1B

Adding a New Model

Models can be easily integrated with Burn LM by implementing the InferenceServer trait to create a pluggable server that can be added to the Burn LM registry.

To bootstrap a new model server you can use the dedicated command new:

cargo burn-lm new "my-model"

This will create a new crate named burn-lm-inference-my-model and automatically register it in burn-lm-registry.

The bootstraped server is a model-less server that just repeat the prompt it is given. You can also get inspiration from the other crate with the crate burn-lm-llama.

关于 About

Democratizing large model inference and training on any device.
burnlarge-model-inferenceopen-webuiopenai-apirusttui

语言 Languages

Rust100.0%
RenderScript0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
40
Total Commits
峰值: 19次/周
Less
More

核心贡献者 Contributors