Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
aaarrti committed Apr 28, 2024
1 parent 1b7bb85 commit 4157a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantus/helpers/model/pytorch_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _obtain_predictions(
npt.ArrayLike,
Mapping[str, Union[torch.Tensor, npt.ArrayLike]],
],
model_predict_kwargs: dict[str, Any],
model_predict_kwargs: Dict[str, Any],
) -> torch.Tensor:
if safe_isinstance(self.model, "transformers.modeling_utils.PreTrainedModel"):

Expand Down

0 comments on commit 4157a5e

Please sign in to comment.