From 94a61d505c0adeb44a7b03064078e2de9548ddfe Mon Sep 17 00:00:00 2001 From: co63oc Date: Wed, 3 Sep 2025 10:57:42 +0800 Subject: [PATCH] fix dcu_worker.py (#3734) --- fastdeploy/worker/dcu_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdeploy/worker/dcu_worker.py b/fastdeploy/worker/dcu_worker.py index 60fab7a95..0945f512f 100644 --- a/fastdeploy/worker/dcu_worker.py +++ b/fastdeploy/worker/dcu_worker.py @@ -143,4 +143,4 @@ class DcuWorker(GpuWorker): ) ) - return available_kv_cache_memory # return to caculate the block num in this device + return available_kv_cache_memory # return to calculate the block num in this device