Skip to content

Commit

Permalink
make func
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Mishra <[email protected]>
  • Loading branch information
mayank31398 committed Sep 12, 2024
1 parent 94a1b46 commit e8f5131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/hf_models/single_gpu/model_conversion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@ def test_granitemoe_model_conversion(self, device: torch.device, attention_head_
)

self.model_conversion_test(
dolomite_config=dolomite_config, model_type="granitemoe", device=device, exact_match=False
dolomite_config=dolomite_config,
model_type="granitemoe",
device=device,
exact_match=False,
compare_loss=False,
)

0 comments on commit e8f5131

Please sign in to comment.