mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
fix xpu offline demo garbled output (#2763)
This commit is contained in:
@@ -86,7 +86,6 @@ class XpuWorker(WorkerBase):
|
||||
You may limit the usage of GPU memory
|
||||
by adjusting the `gpu_memory_utilization` parameter.
|
||||
"""
|
||||
# logger.warn("XPU current could not determine available memory")
|
||||
from fastdeploy.model_executor.ops.xpu import \
|
||||
xpu_get_free_global_memory, xpu_get_total_global_memory, xpu_get_used_global_memory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user