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