fix: remove unneeded launcher args in continue test

This commit is contained in:
drbh 2024-11-21 09:09:39 -05:00
parent 70066e6d8c
commit 7486d930f8
1 changed files with 1 additions and 6 deletions

View File

@ -4,12 +4,7 @@ import requests
@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