-
由 Xuehai Pan 创作于
Changes: - Add `-C REPO` in `git` commands to allow the tool can be run everywhere not only the repo dir - Use `pathlib.Path` as many as possible - Replace `subprocess.run(..., check=True)` with `subprocess.check_{call,output}(...)` - Add `encoding='utf-8'` for files Pull Request resolved: https://github.com/pytorch/pytorch/pull/131134 Approved by: https://github.com/ezyang
434f60ce由 Xuehai Pan 创作于Changes: - Add `-C REPO` in `git` commands to allow the tool can be run everywhere not only the repo dir - Use `pathlib.Path` as many as possible - Replace `subprocess.run(..., check=True)` with `subprocess.check_{call,output}(...)` - Add `encoding='utf-8'` for files Pull Request resolved: https://github.com/pytorch/pytorch/pull/131134 Approved by: https://github.com/ezyang
在阅读这些贡献指南后,您将准备好
为此项目做出贡献。
加载中