Skip to content

Commit ca4fde8

Browse files
committed
fix: resolve conflicts
2 parents 4683fce + ef02a60 commit ca4fde8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tiles/src/runtime/mlx.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ fn show_help(model_name: &str) {
221221

222222
println!("Report issues: https://github.com/tilesprivacy/tiles/issues");
223223
println!();
224-
225-
println!();
226224
}
227225

228226
async fn run_model_with_server(
@@ -522,7 +520,6 @@ async fn chat(
522520

523521
// Parse JSON
524522
let v: Value = serde_json::from_str(data).unwrap();
525-
526523
// Check for metrics in the response
527524
if let Some(metrics_obj) = v.get("metrics") {
528525
metrics = serde_json::from_value(metrics_obj.clone()).ok();

0 commit comments

Comments
 (0)