rename fused_get_rope.cu (#3752)

* rename fused_get_rope.cu

* fix

* fix typos

* fix

* fix
This commit is contained in:
co63oc
2025-09-03 10:54:34 +08:00
committed by GitHub
parent 2c9b169c0e
commit 5441538173
17 changed files with 31 additions and 31 deletions

View File

@@ -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)