Skip to content

Commit b8ef2ae

Browse files
committed
style(kin-db): rustfmt the throughput embedding wiring
Signed-off-by: Troy Fortin <troy@firelock.ai>
1 parent 456bc0f commit b8ef2ae

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

crates/kin-db/src/embed/mod.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,8 +1680,13 @@ fn throughput_embedding_plan(backend: GpuBackend) -> &'static kin_infer::resourc
16801680
reserve_device_bytes: None,
16811681
allow_cpu_fallback: true,
16821682
};
1683-
ResourcePlan::for_profile(Profile::Throughput, &detect_host(), &accel, &detect_memory())
1684-
.embedding
1683+
ResourcePlan::for_profile(
1684+
Profile::Throughput,
1685+
&detect_host(),
1686+
&accel,
1687+
&detect_memory(),
1688+
)
1689+
.embedding
16851690
})
16861691
}
16871692

0 commit comments

Comments
 (0)