Skip to content

Commit

Permalink
fix(lightllm): patch_lightllm did nothing due to indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
lljbash committed Jan 24, 2024
1 parent b0d322a commit 2e490b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deeplink_ext/patch_lightllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def patch_rotary_emb():
except AttributeError:
print(f"[deeplink_ext] op {op} is not implemented in diopi\n", end="")

for op in patch_list:
try_patch(op)
for op in patch_list:
try_patch(op)


_patch_lightllm()

0 comments on commit 2e490b2

Please sign in to comment.