Skip to content

Commit

Permalink
Xfail 405b eager mode perplexity till sharding is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 28, 2024
1 parent 052f24a commit a9227c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/tests/evaluate/perplexity_vmfb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_llama3_8B_fp8(self):
)

@pytest.mark.xfail(
reason="Sharding is not supported yet",
reason="Sharding needs to be fixed",
)
@longrun
def test_llama3_405B_f16_decomposed(self):
Expand Down

0 comments on commit a9227c7

Please sign in to comment.