mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-01 02:14:52 +00:00
Release 0.5
Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
This commit is contained in:
parent
3afe82f7a6
commit
a3c079606c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
(v0_5)=
|
||||
## Unreleased
|
||||
## 0.5 (2023-07-12)
|
||||
|
||||
LLM now supports **additional language models**, thanks to a new {ref}`plugins mechanism <installing-plugins>` for installing additional models.
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
VERSION = "0.4.1"
|
||||
VERSION = "0.5"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Reference in a new issue