Skip to content

Commit

Permalink
remove xfail because we are now PASSING!
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Dec 2, 2024
1 parent f4add41 commit cdeca99
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ def do_generate(prompt, port):
"prefix_sharing_algorithm": "trie",
},
{"model_file": "open-llama-3b-v2-f16.gguf", "settings": CPU_SETTINGS},
marks=pytest.mark.xfail(
reason="Trie-based prefix sharing not yet supported"
),
),
pytest.param(
{
Expand Down

0 comments on commit cdeca99

Please sign in to comment.