style: cargo fmt --workspace (whitespace/wrapping only, no semantic change)
Whole-workspace rustfmt pass picked up while iterating on Mamba GPU backward work. Verified formatting-only via diff sampling; no logic changed. Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -14,7 +14,10 @@ fn main() {
|
||||
println!("Finish reason: {:?}", result.finish_reason);
|
||||
println!();
|
||||
println!("Total latency (ms): {:.3}", result.latency_ms);
|
||||
println!("Time to first token (ms): {:.3}", result.time_to_first_token_ms);
|
||||
println!(
|
||||
"Time to first token (ms): {:.3}",
|
||||
result.time_to_first_token_ms
|
||||
);
|
||||
println!("Tokens/sec: {:.3}", result.tokens_per_second);
|
||||
println!(
|
||||
"Per-token latencies (ms): {:?}",
|
||||
|
||||
Reference in New Issue
Block a user