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
bcfcd474
Unverified
Commit
bcfcd474
authored
Jun 27, 2024
by
Nicolas Patry
Committed by
GitHub
Jun 27, 2024
Browse files
Fixing prom leak by upgrading. (#2129)
parent
be2d3803
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
426 additions
and
166 deletions
+426
-166
Cargo.lock
Cargo.lock
+423
-163
router/Cargo.toml
router/Cargo.toml
+3
-3
No files found.
Cargo.lock
View file @
bcfcd474
This diff is collapsed.
Click to expand it.
router/Cargo.toml
View file @
bcfcd474
...
@@ -24,7 +24,7 @@ futures = "0.3.28"
...
@@ -24,7 +24,7 @@ futures = "0.3.28"
hf-hub
=
{
workspace
=
true
}
hf-hub
=
{
workspace
=
true
}
jsonschema
=
{
version
=
"0.17.1"
,
features
=
["draft202012"]
}
jsonschema
=
{
version
=
"0.17.1"
,
features
=
["draft202012"]
}
metrics
=
"0.21.1"
metrics
=
"0.21.1"
metrics-exporter-prometheus
=
{
version
=
"0.1
2
.1"
,
features
=
[]
}
metrics-exporter-prometheus
=
{
version
=
"0.1
5
.1"
,
features
=
[]
}
nohash-hasher
=
"0.2.0"
nohash-hasher
=
"0.2.0"
opentelemetry
=
{
version
=
"0.20.0"
,
features
=
["rt-tokio"]
}
opentelemetry
=
{
version
=
"0.20.0"
,
features
=
["rt-tokio"]
}
opentelemetry-otlp
=
"0.13.0"
opentelemetry-otlp
=
"0.13.0"
...
@@ -37,9 +37,9 @@ tokenizers = { workspace = true}
...
@@ -37,9 +37,9 @@ tokenizers = { workspace = true}
tokio
=
{
version
=
"1.32.0"
,
features
=
[
"rt"
,
"rt-multi-thread"
,
"parking_lot"
,
"signal"
,
"sync"
]
}
tokio
=
{
version
=
"1.32.0"
,
features
=
[
"rt"
,
"rt-multi-thread"
,
"parking_lot"
,
"signal"
,
"sync"
]
}
tokio-stream
=
"0.1.14"
tokio-stream
=
"0.1.14"
tower-http
=
{
version
=
"0.5.1"
,
features
=
["cors"]
}
tower-http
=
{
version
=
"0.5.1"
,
features
=
["cors"]
}
tracing
=
"0.1.
37
"
tracing
=
"0.1.
40
"
tracing-opentelemetry
=
"0.21.0"
tracing-opentelemetry
=
"0.21.0"
tracing-subscriber
=
{
version
=
"0.3.1
7
"
,
features
=
[
"json"
,
"env-filter"
]
}
tracing-subscriber
=
{
version
=
"0.3.1
8
"
,
features
=
[
"json"
,
"env-filter"
]
}
utoipa
=
{
version
=
"4.2.0"
,
features
=
["axum_extras"]
}
utoipa
=
{
version
=
"4.2.0"
,
features
=
["axum_extras"]
}
utoipa-swagger-ui
=
{
version
=
"6.0.0"
,
features
=
["axum"]
}
utoipa-swagger-ui
=
{
version
=
"6.0.0"
,
features
=
["axum"]
}
ngrok
=
{
version
=
"0.13.1"
,
features
=
["axum"]
,
optional
=
true
}
ngrok
=
{
version
=
"0.13.1"
,
features
=
["axum"]
,
optional
=
true
}
...
...
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