Skip to content

Commit

Permalink
Remote print statement
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 663689923
  • Loading branch information
talumbau authored and copybara-github committed Aug 21, 2024
1 parent a54d10d commit e77aa7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ai_edge_torch/_convert/test/test_convert_multisig.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_convert_mobilenet_v2_no_default(self):

def test_convert_mobilenet_v2_signature_helper(self):
"""Tests the ai_edge_torch.signature helper function works."""
self.skipTest("b/361146498")
torch_module = torchvision.models.mobilenet_v2().eval()

args = (torch.randn(4, 3, 224, 224),)
Expand Down
1 change: 0 additions & 1 deletion ai_edge_torch/generative/examples/gemma/gemma2.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def define_and_run_2b() -> None:
out = model.forward(tokens, input_pos)
out_final = out[0, 8, :]
assert torch.allclose(gemma2_goldens, out_final, atol=1e-04)
print(out)


if __name__ == "__main__":
Expand Down

0 comments on commit e77aa7d

Please sign in to comment.