Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhangzz committed Oct 22, 2024
1 parent b2c858b commit c98ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdeploy/turbomind/deploy/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __call__(self, *args, **kwargs):
return self.apply(*args, **kwargs)

@abstractmethod
def apply(self, r: BaseReader, idx: int):
def apply(self, idx: int, r: BaseReader):
pass


Expand Down

0 comments on commit c98ca7f

Please sign in to comment.