Skip to content

Commit

Permalink
add Phi
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Jan 15, 2024
1 parent 573d8da commit 350529e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/slow/testing_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
# limitations under the License.

# TODO: push them under trl-org
MODELS_TO_TEST = ["HuggingFaceM4/tiny-random-LlamaForCausalLM", "HuggingFaceM4/tiny-random-MistralForCausalLM"]
MODELS_TO_TEST = [
"HuggingFaceM4/tiny-random-LlamaForCausalLM",
"HuggingFaceM4/tiny-random-MistralForCausalLM",
"hf-internal-testing/tiny-random-PhiForCausalLM",
]

# We could have also not declared these variables but let's be verbose
PACKING_OPTIONS = [True, False]
Expand Down

0 comments on commit 350529e

Please sign in to comment.