Skip to content

Commit

Permalink
Add Mistral 7B to test_models (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored Oct 17, 2023
1 parent c1376e0 commit 9524867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/models/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@

MODELS = [
"facebook/opt-125m",
"meta-llama/Llama-2-7b-hf",
"mistralai/Mistral-7B-v0.1",
"tiiuae/falcon-7b",
"gpt2",
"bigcode/tiny_starcoder_py",
"EleutherAI/gpt-j-6b",
"EleutherAI/pythia-70m",
"bigscience/bloom-560m",
"mosaicml/mpt-7b",
"tiiuae/falcon-7b",
"meta-llama/Llama-2-7b-hf",
]


Expand Down

0 comments on commit 9524867

Please sign in to comment.