Merge 6ab025c10abed1dc5427fd49c34f6a45cb6c6235 into 3125d7995020f4ae1b7777e41af6c3a6e714cb1c

This commit is contained in:
Fanli Lin 2025-10-17 19:05:44 +00:00 committed by GitHub
commit 9420d6768e
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):