mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Do not use the kv-cache on external key-value states. (#1054)
This commit is contained in:
@ -153,7 +153,6 @@ fn main() -> Result<()> {
|
||||
let args = Args::parse();
|
||||
|
||||
let _guard = if args.tracing {
|
||||
println!("tracing...");
|
||||
let (chrome_layer, guard) = ChromeLayerBuilder::new().build();
|
||||
tracing_subscriber::registry().with(chrome_layer).init();
|
||||
Some(guard)
|
||||
|
Reference in New Issue
Block a user