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
Update pytorch scraper, include various 2.x versions
1. Various 2.x versions are included separately. Pytorch versions are
not backward compatible, it has different compatibilities between CUDA
etc, so people may use specific versions for a extended period of
time.
2. Removed the type replacement table for `get_type`. Instead, get the
type from breadcrumbs directly. IMO this produces better results that
matches the index in the original website (the left side menu in
docs.python.org). Also, the `TYPE_REPLACEMENT` table was opiniated and
hard to maintain across versions.
3. Always include default entry (removed `include_default_entry?`
function). I don't see the downside of this. Previously some pages are
missing because of this (e.g. torchrun https://docs.pytorch.org/docs/1.13/elastic/run.html)
0 commit comments