You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
🐛 Bug
The script to commit new docs when the repo is tagged is faulty. It assumes the tag is 5 characters, which is fine when the tag is
0.9.0but fails for0.10.0. This is the problematic line https://github.com/pytorch/text/blob/main/.circleci/config.yml.in#L589After changing it, the actual
config.ymlshould be regenerated withregenerate.py.@brianjo: this is probably the cause of this problem in the other domain libraries as well.