From e42300f25b646c2b261261758edbacebd40f00f0 Mon Sep 17 00:00:00 2001 From: pxwanglu Date: Mon, 1 Sep 2025 07:26:11 +0800 Subject: [PATCH] ml: fix struct field name in comment (#12123) --- ml/backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml/backend.go b/ml/backend.go index 57823e4d..154a0f1b 100644 --- a/ml/backend.go +++ b/ml/backend.go @@ -266,7 +266,7 @@ func (m DeviceMemory) LogValue() slog.Value { // allocation is guaranteed to be provided so that if it failed, the caller can // accommodate that to make forward progress. type BackendMemory struct { - // InputsWeights are always located on the CPU and cannot be moved + // InputWeights are always located on the CPU and cannot be moved InputWeights Memory // CPU model components are located in system memory. This does not