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
2fe5e1b3
Unverified
Commit
2fe5e1b3
authored
Feb 07, 2023
by
OlivierDehaene
Committed by
GitHub
Feb 07, 2023
Browse files
V0.2.1 (#58)
parent
4acc42a6
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
Cargo.lock
Cargo.lock
+3
-3
docs/openapi.json
docs/openapi.json
+2
-2
launcher/Cargo.toml
launcher/Cargo.toml
+1
-1
router/Cargo.toml
router/Cargo.toml
+1
-1
router/client/Cargo.toml
router/client/Cargo.toml
+1
-1
server/pyproject.toml
server/pyproject.toml
+1
-1
No files found.
Cargo.lock
View file @
2fe5e1b3
...
...
@@ -1888,7 +1888,7 @@ dependencies = [
[[package]]
name = "text-generation-client"
version = "0.2.
0
"
version = "0.2.
1
"
dependencies = [
"futures",
"prost",
...
...
@@ -1903,7 +1903,7 @@ dependencies = [
[[package]]
name = "text-generation-launcher"
version = "0.2.
0
"
version = "0.2.
1
"
dependencies = [
"clap 4.0.22",
"ctrlc",
...
...
@@ -1918,7 +1918,7 @@ dependencies = [
[[package]]
name = "text-generation-router"
version = "0.2.
0
"
version = "0.2.
1
"
dependencies = [
"async-stream",
"axum",
...
...
docs/openapi.json
View file @
2fe5e1b3
...
...
@@ -5,13 +5,13 @@
"description"
:
"Text Generation Webserver"
,
"contact"
:
{
"name"
:
"Olivier Dehaene"
,
"email"
:
""
"email"
:
"
olivier@huggingface.co
"
},
"license"
:
{
"name"
:
"Apache 2.0"
,
"url"
:
"https://www.apache.org/licenses/LICENSE-2.0"
},
"version"
:
"0.2.
0
"
"version"
:
"0.2.
1
"
},
"paths"
:
{
"/generate"
:
{
...
...
launcher/Cargo.toml
View file @
2fe5e1b3
[package]
name
=
"text-generation-launcher"
version
=
"0.2.
0
"
version
=
"0.2.
1
"
edition
=
"2021"
authors
=
[
"Olivier Dehaene"
]
description
=
"Text Generation Launcher"
...
...
router/Cargo.toml
View file @
2fe5e1b3
[package]
name
=
"text-generation-router"
version
=
"0.2.
0
"
version
=
"0.2.
1
"
edition
=
"2021"
authors
=
[
"Olivier Dehaene"
]
description
=
"Text Generation Webserver"
...
...
router/client/Cargo.toml
View file @
2fe5e1b3
[package]
name
=
"text-generation-client"
version
=
"0.2.
0
"
version
=
"0.2.
1
"
edition
=
"2021"
[dependencies]
...
...
server/pyproject.toml
View file @
2fe5e1b3
[tool.poetry]
name
=
"text-generation"
version
=
"0.2.
0
"
version
=
"0.2.
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