Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 15, 2024
1 parent 1878730 commit 8b97cf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion utils/split_doctest_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@

sorted_file_dirs = sorted(refined_test_collection_map.keys())

sorted_file_dirs = ["src/transformers/models/grounding_dino"]
sorted_file_dirs = [
"src/transformers/models/grounding_dino",
"src/transformers/models/siglip/modeling_siglip.py",
"docs/source/en/pipeline_tutorial.md",
"docs/source/en/task_summary.md",
]

test_collection_map = {}
for file_dir in sorted_file_dirs:
Expand Down

0 comments on commit 8b97cf4

Please sign in to comment.