diff --git a/sharktank/tests/evaluate/perplexity_vmfb_test.py b/sharktank/tests/evaluate/perplexity_vmfb_test.py index 8b3fc80dc..0003c2afd 100644 --- a/sharktank/tests/evaluate/perplexity_vmfb_test.py +++ b/sharktank/tests/evaluate/perplexity_vmfb_test.py @@ -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):