Skip to content

Commit

Permalink
Fix the Phi-3.5 conversion test broken.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678451578
  • Loading branch information
ai-edge-bot authored and copybara-github committed Sep 25, 2024
1 parent 68904bc commit c0f0b63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_phi2(self):
)
def test_phi3(self):
config = phi3.get_fake_model_config()
pytorch_model = phi3.Phi3(config).eval()
pytorch_model = phi3.Phi3_5Mini(config).eval()
self._test_model(
config, pytorch_model, "prefill", atol=1e-5, rtol=1e-5
)
Expand Down

0 comments on commit c0f0b63

Please sign in to comment.