mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix: add signal
feature
This commit is contained in:
parent
f3c0cf1b39
commit
f3aa8a38f7
@ -9,7 +9,7 @@ homepage.workspace = true
|
||||
[dependencies]
|
||||
clap = { version = "4.4.5", features = ["derive", "env"] }
|
||||
ctrlc = { version = "3.4.1", features = ["termination"] }
|
||||
nix = "0.28.0"
|
||||
nix = { version = "0.28.0", features = ["signal"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tracing = "0.1.37"
|
||||
|
Loading…
Reference in New Issue
Block a user