"tests/models/starcoder2/test_modeling_starcoder2.py" did not exist on "f251441387f7b9ed5b7539720aa91c29fc630d19"
Unverified Commit c824d7ed authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

add flax example tests in CI workflow (#14637)

parent bc8a9f41
......@@ -943,6 +943,7 @@ workflows:
- check_code_quality
- check_repository_consistency
- run_examples_torch
- run_examples_flax
- run_tests_custom_tokenizers
- run_tests_torch_and_tf
- run_tests_torch_and_flax
......@@ -964,6 +965,7 @@ workflows:
- master
jobs:
- run_examples_torch_all
- run_examples_flax_all
- run_tests_torch_and_tf_all
- run_tests_torch_and_flax_all
- run_tests_torch_all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment