Skip to content

Commit

Permalink
FIX: Hotfix HTTP error downloading model with hub (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar authored Aug 4, 2022
1 parent bdbbf3e commit dbca94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi-ml-multimodal/test_multimodal/image/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_hubconf() -> None:
"""Test that instantiating the image model using the PyTorch Hub is consistent with older methods."""
image = torch.rand(1, 3, 480, 480)

github = 'microsoft/hi-ml'
github = 'microsoft/hi-ml:main'
model_hub = torch.hub.load(github, 'biovil_resnet', pretrained=True)
model_himl = get_biovil_resnet()

Expand Down

0 comments on commit dbca94c

Please sign in to comment.