Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
31b36cca
Unverified
Commit
31b36cca
authored
Jul 06, 2023
by
OlivierDehaene
Committed by
GitHub
Jul 06, 2023
Browse files
v0.9.1 (#558)
parent
c4bb5264
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Cargo.lock
Cargo.lock
+4
-4
Cargo.toml
Cargo.toml
+1
-1
docs/openapi.json
docs/openapi.json
+1
-1
server/pyproject.toml
server/pyproject.toml
+1
-1
No files found.
Cargo.lock
View file @
31b36cca
...
...
@@ -2848,7 +2848,7 @@ dependencies = [
[[package]]
name = "text-generation-benchmark"
version = "0.9.
0
"
version = "0.9.
1
"
dependencies = [
"average",
"clap",
...
...
@@ -2868,7 +2868,7 @@ dependencies = [
[[package]]
name = "text-generation-client"
version = "0.9.
0
"
version = "0.9.
1
"
dependencies = [
"futures",
"grpc-metadata",
...
...
@@ -2884,7 +2884,7 @@ dependencies = [
[[package]]
name = "text-generation-launcher"
version = "0.9.
0
"
version = "0.9.
1
"
dependencies = [
"clap",
"ctrlc",
...
...
@@ -2900,7 +2900,7 @@ dependencies = [
[[package]]
name = "text-generation-router"
version = "0.9.
0
"
version = "0.9.
1
"
dependencies = [
"async-stream",
"axum",
...
...
Cargo.toml
View file @
31b36cca
...
...
@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
version
=
"0.9.
0
"
version
=
"0.9.
1
"
edition
=
"2021"
authors
=
[
"Olivier Dehaene"
]
homepage
=
"https://github.com/huggingface/text-generation-inference"
...
...
docs/openapi.json
View file @
31b36cca
...
...
@@ -10,7 +10,7 @@
"name"
:
"Apache 2.0"
,
"url"
:
"https://www.apache.org/licenses/LICENSE-2.0"
},
"version"
:
"0.9.
0
"
"version"
:
"0.9.
1
"
},
"paths"
:
{
"/"
:
{
...
...
server/pyproject.toml
View file @
31b36cca
[tool.poetry]
name
=
"text-generation-server"
version
=
"0.9.
0
"
version
=
"0.9.
1
"
description
=
"Text Generation Inference Python gRPC Server"
authors
=
[
"Olivier Dehaene <olivier@huggingface.co>"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment