Skip to content

Commit 81a1c1f

Browse files
committed
refine cpu impl
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
1 parent d7ca0ed commit 81a1c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/platforms/cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ def memory_reserved(cls):
301301

302302
@classmethod
303303
def synchronize(cls):
304-
torch.cpu.synchronize()
304+
pass

0 commit comments

Comments
 (0)