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
f3aea78f
Commit
f3aea78f
authored
Dec 15, 2023
by
OlivierDehaene
Browse files
v1.3.3
parent
37555cf4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
Cargo.lock
Cargo.lock
+4
-4
Cargo.toml
Cargo.toml
+1
-1
docs/openapi.json
docs/openapi.json
+1
-1
integration-tests/pyproject.toml
integration-tests/pyproject.toml
+1
-1
server/pyproject.toml
server/pyproject.toml
+1
-1
No files found.
Cargo.lock
View file @
f3aea78f
...
@@ -2754,7 +2754,7 @@ dependencies = [
...
@@ -2754,7 +2754,7 @@ dependencies = [
[[package]]
[[package]]
name = "text-generation-benchmark"
name = "text-generation-benchmark"
version = "1.3.
2
"
version = "1.3.
3
"
dependencies = [
dependencies = [
"average",
"average",
"clap",
"clap",
...
@@ -2775,7 +2775,7 @@ dependencies = [
...
@@ -2775,7 +2775,7 @@ dependencies = [
[[package]]
[[package]]
name = "text-generation-client"
name = "text-generation-client"
version = "1.3.
2
"
version = "1.3.
3
"
dependencies = [
dependencies = [
"futures",
"futures",
"grpc-metadata",
"grpc-metadata",
...
@@ -2791,7 +2791,7 @@ dependencies = [
...
@@ -2791,7 +2791,7 @@ dependencies = [
[[package]]
[[package]]
name = "text-generation-launcher"
name = "text-generation-launcher"
version = "1.3.
2
"
version = "1.3.
3
"
dependencies = [
dependencies = [
"clap",
"clap",
"ctrlc",
"ctrlc",
...
@@ -2807,7 +2807,7 @@ dependencies = [
...
@@ -2807,7 +2807,7 @@ dependencies = [
[[package]]
[[package]]
name = "text-generation-router"
name = "text-generation-router"
version = "1.3.
2
"
version = "1.3.
3
"
dependencies = [
dependencies = [
"async-stream",
"async-stream",
"axum",
"axum",
...
...
Cargo.toml
View file @
f3aea78f
...
@@ -8,7 +8,7 @@ members = [
...
@@ -8,7 +8,7 @@ members = [
]
]
[workspace.package]
[workspace.package]
version
=
"1.3.
2
"
version
=
"1.3.
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"
...
...
docs/openapi.json
View file @
f3aea78f
...
@@ -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"
:
"1.3.
2
"
"version"
:
"1.3.
3
"
},
},
"paths"
:
{
"paths"
:
{
"/"
:
{
"/"
:
{
...
...
integration-tests/pyproject.toml
View file @
f3aea78f
[tool.poetry]
[tool.poetry]
name
=
"text-generation-integration-tests"
name
=
"text-generation-integration-tests"
version
=
"1.3.
2
"
version
=
"1.3.
3
"
description
=
"Text Generation Inference integration tests"
description
=
"Text Generation Inference integration tests"
authors
=
[
"Nicolas Patry <nicolas@huggingface.co>"
]
authors
=
[
"Nicolas Patry <nicolas@huggingface.co>"
]
...
...
server/pyproject.toml
View file @
f3aea78f
[tool.poetry]
[tool.poetry]
name
=
"text-generation-server"
name
=
"text-generation-server"
version
=
"1.3.
2
"
version
=
"1.3.
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>"
]
...
...
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