mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Changes: 1. Always explicit `.absolute()`: `Path(__file__)` -> `Path(__file__).absolute()` 2. Replace `path.resolve()` with `path.absolute()` if the code is resolving the PyTorch repo root directory. Pull Request resolved: https://github.com/pytorch/pytorch/pull/129409 Approved by: https://github.com/albanD |
||
|---|---|---|
| .. | ||
| target_determination | ||
| __init__.py | ||
| clickhouse.py | ||
| discover_tests.py | ||
| do_target_determination_for_s3.py | ||
| explicit_ci_jobs.py | ||
| modulefinder_determinator.py | ||
| test_run.py | ||
| test_selections.py | ||
| update_slow_tests.py | ||
| upload_artifacts.py | ||