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
*__pycache__*
backends/v2/src/client/pb
backends/v3/src/client/pb
backends/client/src/v2/pb
backends/client/src/v3/pb
# ROCm auto-generated files
*.hip

6
Cargo.lock generated
View File

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