-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
oncall: relengIn support of CI and Release EngineeringIn support of CI and Release Engineeringtopic: devsDeveloper featureDeveloper featuretopic: docstopic categorytopic category
Description
🐛 Describe the bug
Update code in nightly checkout tool to rely on pip install rather then conda:
Lines 59 to 63 in a9e54f6
| SPECS_TO_INSTALL = ("pytorch", "mypy", "pytest", "hypothesis", "ipython", "sphinx") | |
| DEFAULT_ENV_NAME = "pytorch-deps" | |
| LOGGER: logging.Logger | None = None | |
| URL_FORMAT = "{base_url}/{platform}/{dist_name}.tar.bz2" |
Update development env setup instructions:
https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md?rgh-link-date=2024-11-20T12%3A37%3A40Z#setup-the-development-environment
As per:
#138506 (comment)
Versions
nightly
Metadata
Metadata
Assignees
Labels
oncall: relengIn support of CI and Release EngineeringIn support of CI and Release Engineeringtopic: devsDeveloper featureDeveloper featuretopic: docstopic categorytopic category
Type
Projects
Status
Done