Skip to content

Commit

Permalink
fix: remove unneeded launcher args in continue test
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Nov 21, 2024
1 parent 5d4f154 commit e837d9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions integration-tests/models/test_continue_final_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

@pytest.fixture(scope="module")
def llama_continue_final_message_handle(launcher):
with launcher(
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
num_shard=1,
disable_grammar_support=False,
use_flash_attention=False,
) as handle:
with launcher("TinyLlama/TinyLlama-1.1B-Chat-v1.0") as handle:
yield handle


Expand Down

0 comments on commit e837d9f

Please sign in to comment.