Trying smething.

This commit is contained in:
Nicolas Patry 2024-09-24 20:18:28 +02:00
parent 48b7841a68
commit 6a07d1e83c
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -3,9 +3,8 @@ target
router/tokenizer.json router/tokenizer.json
*__pycache__* *__pycache__*
backends/v2/src/client/pb
backends/v3/src/client/pb backends/v3/src/client/pb
backends/client/src/v2/pb
backends/client/src/v3/pb
# ROCm auto-generated files # ROCm auto-generated files
*.hip *.hip

6
Cargo.lock generated
View File

@ -4308,10 +4308,10 @@ version = "2.3.1-dev0"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
"axum 0.7.5", "axum 0.7.6",
"axum-tracing-opentelemetry", "axum-tracing-opentelemetry",
"base64 0.22.1", "base64 0.22.1",
"clap 4.5.17", "clap 4.5.18",
"futures", "futures",
"futures-util", "futures-util",
"grpc-metadata", "grpc-metadata",
@ -4342,7 +4342,7 @@ dependencies = [
"tokio-stream", "tokio-stream",
"tonic 0.10.2", "tonic 0.10.2",
"tonic-build", "tonic-build",
"tower", "tower 0.4.13",
"tower-http", "tower-http",
"tracing", "tracing",
"tracing-opentelemetry 0.21.0", "tracing-opentelemetry 0.21.0",