Unverified Commit cf83f9b6 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

v0.9.3 (#634)

parent 211b211e
...@@ -2893,7 +2893,7 @@ dependencies = [ ...@@ -2893,7 +2893,7 @@ dependencies = [
[[package]] [[package]]
name = "text-generation-benchmark" name = "text-generation-benchmark"
version = "0.9.2" version = "0.9.3"
dependencies = [ dependencies = [
"average", "average",
"clap", "clap",
...@@ -2913,7 +2913,7 @@ dependencies = [ ...@@ -2913,7 +2913,7 @@ dependencies = [
[[package]] [[package]]
name = "text-generation-client" name = "text-generation-client"
version = "0.9.2" version = "0.9.3"
dependencies = [ dependencies = [
"futures", "futures",
"grpc-metadata", "grpc-metadata",
...@@ -2929,7 +2929,7 @@ dependencies = [ ...@@ -2929,7 +2929,7 @@ dependencies = [
[[package]] [[package]]
name = "text-generation-launcher" name = "text-generation-launcher"
version = "0.9.2" version = "0.9.3"
dependencies = [ dependencies = [
"clap", "clap",
"ctrlc", "ctrlc",
...@@ -2945,7 +2945,7 @@ dependencies = [ ...@@ -2945,7 +2945,7 @@ dependencies = [
[[package]] [[package]]
name = "text-generation-router" name = "text-generation-router"
version = "0.9.2" version = "0.9.3"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"axum", "axum",
......
...@@ -8,7 +8,7 @@ members = [ ...@@ -8,7 +8,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.9.2" version = "0.9.3"
edition = "2021" edition = "2021"
authors = ["Olivier Dehaene"] authors = ["Olivier Dehaene"]
homepage = "https://github.com/huggingface/text-generation-inference" homepage = "https://github.com/huggingface/text-generation-inference"
......
...@@ -63,6 +63,8 @@ to power LLMs api-inference widgets. ...@@ -63,6 +63,8 @@ to power LLMs api-inference widgets.
- [Starcoder](https://huggingface.co/bigcode/starcoder) - [Starcoder](https://huggingface.co/bigcode/starcoder)
- [Falcon 7B](https://huggingface.co/tiiuae/falcon-7b) - [Falcon 7B](https://huggingface.co/tiiuae/falcon-7b)
- [Falcon 40B](https://huggingface.co/tiiuae/falcon-40b) - [Falcon 40B](https://huggingface.co/tiiuae/falcon-40b)
- [MPT](https://huggingface.co/mosaicml/mpt-30b)
- [Llama V2](https://huggingface.co/meta-llama)
Other architectures are supported on a best effort basis using: Other architectures are supported on a best effort basis using:
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"name": "Apache 2.0", "name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0" "url": "https://www.apache.org/licenses/LICENSE-2.0"
}, },
"version": "0.9.2" "version": "0.9.3"
}, },
"paths": { "paths": {
"/": { "/": {
......
[tool.poetry] [tool.poetry]
name = "text-generation-server" name = "text-generation-server"
version = "0.9.2" version = "0.9.3"
description = "Text Generation Inference Python gRPC Server" description = "Text Generation Inference Python gRPC Server"
authors = ["Olivier Dehaene <olivier@huggingface.co>"] authors = ["Olivier Dehaene <olivier@huggingface.co>"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment