Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanbo Liu committed Oct 4, 2023
1 parent d16b0e1 commit cdc5ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/huggingface/tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_pipeline_is_initialised_with_correct_model_kwargs(
def test_pipeline_uses_model_kwargs(
pretrained_model: str,
model_kwargs: Optional[dict],
expected: bool,
expected: torch.dtype,
):
hf_settings = HuggingFaceSettings(
pretrained_model=pretrained_model,
Expand Down

0 comments on commit cdc5ec8

Please sign in to comment.