MyGit

v0.1.6

bentoml/OpenLLM

版本发布时间: 2023-06-17 21:07:57

bentoml/OpenLLM最新发布版本:v0.6.13(2024-10-17 21:17:35)

Features

Quantization now can be enabled during serving time:

openllm start stablelm --quantize int8

This will loads the model in 8-bit mode, with bitsandbytes

For CPU machine, don't worry, you can use --bettertransformer instead:

openllm start stablelm --bettertransformer

Roadmap

Installation

pip install openllm==0.1.6

To upgrade from a previous version, use the following command:

pip install --upgrade openllm==0.1.6

Usage

All available models: python -m openllm.models

To start a LLM: python -m openllm start dolly-v2

Find more information about this release in the CHANGELOG.md

What's Changed

Full Changelog: https://github.com/bentoml/OpenLLM/compare/v0.1.5...v0.1.6

相关地址:原始地址 下载(tar) 下载(zip)

1、 openllm-0.1.6.tar.gz 1.58MB

查看:2023-06-17发行的版本