mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
bump ratatui all the way with options
This commit is contained in:
parent
8bcd432892
commit
528cdb51f8
@ -25,7 +25,7 @@ text-generation-client = { path = "../backends/client" }
|
||||
thiserror = "1.0.48"
|
||||
tokenizers = { workspace = true }
|
||||
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "macros"] }
|
||||
ratatui = "0.28.1"
|
||||
ratatui = { version = "0.28.1", default-features = false, features = ["crossterm"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
|
||||
hf-hub = { workspace = true }
|
||||
|
Loading…
Reference in New Issue
Block a user