Skip to content

Commit

Permalink
Update mistral tests to fully open source version. (deepspeedai#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored May 15, 2024
1 parent 56af8d0 commit dcc4190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ clang-format==16.0.2
pre-commit>=2.20.0
pytest
pytest-forked
sentencepiece
2 changes: 1 addition & 1 deletion tests/test_model_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def inject_checkpoint_engine():
[
"tiiuae/falcon-7b",
"NousResearch/Llama-2-7b-hf",
"mistralai/Mistral-7B-v0.1",
"NousResearch/Hermes-2-Pro-Mistral-7B",
"cloudyu/Mixtral_11Bx2_MoE_19B",
"facebook/opt-125m",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ragged_batching.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[
"tiiuae/falcon-7b",
"NousResearch/Llama-2-7b-hf",
"mistralai/Mistral-7B-v0.1",
"NousResearch/Hermes-2-Pro-Mistral-7B",
"cloudyu/Mixtral_11Bx2_MoE_19B",
"facebook/opt-125m",
],
Expand Down

0 comments on commit dcc4190

Please sign in to comment.