-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests to speed up docs #2140
Tests to speed up docs #2140
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2140 +/- ##
==========================================
+ Coverage 82.70% 82.81% +0.10%
==========================================
Files 103 103
Lines 9628 9670 +42
==========================================
+ Hits 7963 8008 +45
+ Misses 1665 1662 -3 ☔ View full report in Codecov by Sentry. |
Dropping this now that huggingface/doc-builder#487 has been successfully merged :) |
Related to huggingface/doc-builder#487 and internal slack thread. There is now a
custom_container
option when building docs in CI. When set to""
(instead of"huggingface/transformers-doc-builder"
by default), we don't run the CI inside a container, therefore saving ~2min of download time. The plan is to test disabling the transformers container on a few "big" repo and if everything works correctly, we will stop making it the default container. More details on huggingface/doc-builder#487.cc @mishig25