mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 07:24:53 +08:00
Merge 6ab025c10abed1dc5427fd49c34f6a45cb6c6235 into 6c9fdbf7258146a9e335c50aab12969cd95e9227
This commit is contained in:
commit
c0c77472cb
@ -11,7 +11,7 @@ PROMPT = "Hello my name is Robert and I"
|
|||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def llm() -> LLM:
|
def llm() -> LLM:
|
||||||
return LLM(MODEL, enforce_eager=True)
|
return LLM(MODEL, enforce_eager=True, dtype="half")
|
||||||
|
|
||||||
|
|
||||||
def test_n_gt_1(llm):
|
def test_n_gt_1(llm):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user