Skip to content

Commit c612628

Browse files
sguggerLysandreJikydshieh
authored
Test fetch v2 (huggingface#22367)
* Test fetcher v2 * Fix regexes * Remove sanity check * Fake modification to OPT * Fixes some .sep issues * Remove fake OPT change * Fake modif for BERT * Fake modif for init * Exclude SageMaker tests * Fix test and remove fake modif * Fake setup modif * Fake pipeline modif * Remove all fake modifs * Adds options to skip/force tests * [test-all-models] Fake modif for BERT * Try this way * Does the command actually work? * [test-all-models] Try again! * [skip circleci] Remove fake modif * Remove debug statements * Add the list of important models * Quality * Update utils/tests_fetcher.py Co-authored-by: Lysandre Debut <[email protected]> * Address review comments * Address review comments * Fix and add test * Apply suggestions from code review Co-authored-by: Yih-Dar <[email protected]> * Address review comments --------- Co-authored-by: Lysandre Debut <[email protected]> Co-authored-by: Yih-Dar <[email protected]>
1 parent 3a9464b commit c612628

File tree

4 files changed

+1009
-416
lines changed

4 files changed

+1009
-416
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ jobs:
176176
- run: python utils/check_config_attributes.py
177177
- run: python utils/check_doctest_list.py
178178
- run: make deps_table_check_updated
179-
- run: python utils/tests_fetcher.py --sanity_check
180179
- run: python utils/update_metadata.py --check-only
181180
- run: python utils/check_task_guides.py
182181

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ repo-consistency:
4141
python utils/check_config_docstrings.py
4242
python utils/check_config_attributes.py
4343
python utils/check_doctest_list.py
44-
python utils/tests_fetcher.py --sanity_check
4544
python utils/update_metadata.py --check-only
4645
python utils/check_task_guides.py
4746

0 commit comments

Comments
 (0)