Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Jan 28, 2025
1 parent b047938 commit f7b66ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ class TestLLMServer:
pytest.param(
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "none"},
mark=pytest.mark.skip(
marks=pytest.mark.skip(
"Skipping meta llama because we haven't set up the model artifact downloading yet."
),
),
pytest.param(
"llama3.1_8b",
{"model": "llama3.1_8b", "prefix_sharing": "trie"},
mark=pytest.mark.skip(
marks=pytest.mark.skip(
"Skipping meta llama because we haven't set up the model artifact downloading yet."
),
),
Expand Down

0 comments on commit f7b66ae

Please sign in to comment.