Related to https://github.com/huggingface/doc-builder/pull/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 https://github.com/huggingface/doc-builder/pull/487.
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.
Related to https://github.com/huggingface/doc-builder/pull/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 https://github.com/huggingface/doc-builder/pull/487.cc @mishig25