Commit 88aae259 authored by OlivierDehaene's avatar OlivierDehaene
Browse files

v1.3.2

parent 82670d97
......@@ -2754,7 +2754,7 @@ dependencies = [
[[package]]
name = "text-generation-benchmark"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"average",
"clap",
......@@ -2775,7 +2775,7 @@ dependencies = [
[[package]]
name = "text-generation-client"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"futures",
"grpc-metadata",
......@@ -2791,7 +2791,7 @@ dependencies = [
[[package]]
name = "text-generation-launcher"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"clap",
"ctrlc",
......@@ -2807,7 +2807,7 @@ dependencies = [
[[package]]
name = "text-generation-router"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"async-stream",
"axum",
......
......@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
version = "1.3.1"
version = "1.3.2"
edition = "2021"
authors = ["Olivier Dehaene"]
homepage = "https://github.com/huggingface/text-generation-inference"
......
......@@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "1.3.1"
"version": "1.3.2"
},
"paths": {
"/": {
......
[tool.poetry]
name = "text-generation-integration-tests"
version = "1.3.1"
version = "1.3.2"
description = "Text Generation Inference integration tests"
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
......
[tool.poetry]
name = "text-generation-server"
version = "1.3.1"
version = "1.3.2"
description = "Text Generation Inference Python gRPC Server"
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