[Minor] Add Phi 2 to supported models (#2159)

This commit is contained in:
Woosuk Kwon
2023-12-17 02:54:57 -08:00
committed by GitHub
parent c9fadda543
commit f8c688d746
3 changed files with 5 additions and 5 deletions

View File

@ -15,12 +15,12 @@ MODELS = [
"EleutherAI/pythia-70m",
"bigscience/bloom-560m",
"mosaicml/mpt-7b",
"microsoft/phi-1_5",
"microsoft/phi-2",
]
@pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("dtype", ["half"])
@pytest.mark.parametrize("dtype", ["float"])
@pytest.mark.parametrize("max_tokens", [128])
def test_models(
hf_runner,