We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37189e7 commit 4c477c8Copy full SHA for 4c477c8
lib/llm/src/block_manager/distributed/worker.rs
@@ -667,7 +667,7 @@ impl KvbmWorker {
667
#[allow(clippy::too_many_arguments)]
668
async fn worker_task(
669
device_layout: Box<dyn NixlLayout<StorageType = DeviceStorage>>,
670
- mut layout_builder: LayoutConfigBuilder,
+ layout_builder: LayoutConfigBuilder,
671
_device_layout_type: LayoutType,
672
config: KvbmWorkerConfig,
673
cancel_token: CancellationToken,
0 commit comments