Merge 6ab025c10abed1dc5427fd49c34f6a45cb6c6235 into 6c9fdbf7258146a9e335c50aab12969cd95e9227

This commit is contained in:
Fanli Lin 2025-10-17 09:50:58 +00:00 committed by GitHub
commit c0c77472cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ PROMPT = "Hello my name is Robert and I"
@pytest.fixture(scope="module")
def llm() -> LLM:
return LLM(MODEL, enforce_eager=True)
return LLM(MODEL, enforce_eager=True, dtype="half")
def test_n_gt_1(llm):