File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ def get_peer_mem_addr(*args, **kwargs):
3636 memory_allocated = paddle .device .xpu .memory_allocated
3737
3838 def get_data_ptr_ipc (* args , ** kwargs ):
39- raise RuntimeError ("XPU get_data_ptr_ipc UNIMPLENENTED !" )
39+ raise RuntimeError ("XPU get_data_ptr_ipc UNIMPLEMENTED !" )
4040
4141 def ipc_sent_key_value_cache_by_remote_ptr (* args , ** kwargs ):
42- raise RuntimeError ("XPU ipc_sent_key_value_cache_by_remote_ptr UNIMPLENENTED " )
42+ raise RuntimeError ("XPU ipc_sent_key_value_cache_by_remote_ptr UNIMPLEMENTED " )
4343
4444 def ipc_sent_key_value_cache_by_remote_ptr_block_sync (* args , ** kwargs ):
45- raise RuntimeError ("XPU No ipc_sent_key_value_cache_by_remote_ptr UNIMPLENENTED " )
45+ raise RuntimeError ("XPU No ipc_sent_key_value_cache_by_remote_ptr UNIMPLEMENTED " )
4646
4747else :
4848 raise RuntimeError ("Prefix cache ops only supported CUDA nor XPU platform " )
You can’t perform that action at this time.
0 commit comments