mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-03 11:02:01 +08:00
rename fused_get_rope.cu (#3752)
* rename fused_get_rope.cu * fix * fix typos * fix * fix
This commit is contained in:
@@ -733,7 +733,7 @@ class DeepseekV3ForCausalLM(ModelForCasualLM):
|
||||
return hidden_states
|
||||
|
||||
def clear_grpah_opt_backend(self):
|
||||
"""Clear graph optimization bakcend, the captured cuda graph will be cleaned"""
|
||||
"""Clear graph optimization backend, the captured cuda graph will be cleaned"""
|
||||
self.model.clear_grpah_opt_backend(fd_config=self.fd_config)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user