mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Trying smething.
This commit is contained in:
parent
48b7841a68
commit
6a07d1e83c
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
6
Cargo.lock
generated
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user