Skip to content

Commit

Permalink
Remove ipa file xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaione committed Jan 24, 2025
1 parent 7024793 commit 3ba1927
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app_tests/integration_tests/llm/shortfin/cpu_llm_server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ class TestLLMServer:
pytest.param(
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "none"},
marks=pytest.mark.xfail(
reason="llama3.1_8b irpa file not available on CI machine"
),
),
pytest.param(
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "trie"},
marks=pytest.mark.xfail(
reason="llama3.1_8b irpa file not available on CI machine"
),
),
],
ids=[
Expand Down Expand Up @@ -95,17 +89,11 @@ def test_basic_generation(self, server: tuple[Any, int]) -> None:
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "none"},
"0 1 2 3 4 5 ",
marks=pytest.mark.xfail(
reason="llama3.1_8b irpa file not available on CI machine"
),
),
pytest.param(
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "trie"},
"0 1 2 3 4 5 ",
marks=pytest.mark.xfail(
reason="llama3.1_8b irpa file not available on CI machine"
),
),
],
ids=[
Expand Down

0 comments on commit 3ba1927

Please sign in to comment.