Files
pytorch/docs/source
Xuehai Pan 45411d1fc9 Use absolute path path.resolve() -> path.absolute() (#129409)
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
2025-01-03 20:03:40 +00:00
..
2024-12-12 16:09:30 +00:00
2020-05-14 16:02:01 -07:00
2021-03-30 13:09:52 -07:00
2023-02-09 15:45:08 +00:00
2023-01-23 18:07:22 +00:00
2022-06-03 18:14:21 +00:00
2023-10-06 14:16:01 +00:00
2024-03-29 18:05:28 +00:00
2023-10-06 14:16:01 +00:00
2023-10-06 14:16:01 +00:00
2022-12-16 09:05:53 +00:00
2024-06-11 18:13:01 +00:00
2023-12-08 18:49:35 +00:00