Support OLMo models. (#2832)
This commit is contained in:
@@ -5,11 +5,20 @@ Run `pytest tests/models/test_models.py --forked`.
|
||||
import pytest
|
||||
|
||||
MODELS = [
|
||||
"facebook/opt-125m", "meta-llama/Llama-2-7b-hf",
|
||||
"mistralai/Mistral-7B-v0.1", "Deci/DeciLM-7b", "tiiuae/falcon-7b", "gpt2",
|
||||
"bigcode/tiny_starcoder_py", "EleutherAI/gpt-j-6b",
|
||||
"EleutherAI/pythia-70m", "bigscience/bloom-560m", "mosaicml/mpt-7b",
|
||||
"microsoft/phi-2", "stabilityai/stablelm-3b-4e1t"
|
||||
"facebook/opt-125m",
|
||||
"meta-llama/Llama-2-7b-hf",
|
||||
"mistralai/Mistral-7B-v0.1",
|
||||
"Deci/DeciLM-7b",
|
||||
"tiiuae/falcon-7b",
|
||||
"gpt2",
|
||||
"bigcode/tiny_starcoder_py",
|
||||
"EleutherAI/gpt-j-6b",
|
||||
"EleutherAI/pythia-70m",
|
||||
"bigscience/bloom-560m",
|
||||
"mosaicml/mpt-7b",
|
||||
"microsoft/phi-2",
|
||||
"stabilityai/stablelm-3b-4e1t",
|
||||
"allenai/OLMo-1B",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user