Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 14, 2024
1 parent 27148eb commit a375b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def forward(self, input: torch.Tensor) -> tuple[torch.Tensor, None]:

if model_type not in cls.model_type_list:
logger.error(
"Can't support this model_type." +
"Can't support this model_type." +
"Please set the correct model_type, supported model_type: {}".format(
cls.model_type_list
)
Expand Down

0 comments on commit a375b6f

Please sign in to comment.