mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fixes #76667 Pull Request resolved: https://github.com/pytorch/pytorch/pull/77883 Approved by: https://github.com/janeyx99, https://github.com/zengk95
This commit is contained in:
parent
bb7fd1fcfb
commit
86a0b9621b
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
- [Caffe2 notes](#caffe2-notes)
|
||||
- [CI failure tips](#ci-failure-tips)
|
||||
- [Which commit is used in CI?](#which-commit-is-used-in-ci)
|
||||
- [Dev Infra Office Hours](#dev-infra-office-hours)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
|
@ -194,6 +195,7 @@ with `brew install cmake` if you are developing on MacOS or Linux system.
|
|||
```
|
||||
remove any `submodule.*` settings in your local git config (`.git/config` of your pytorch repo) and try again.
|
||||
* If you're a Windows contributor, please check out [Best Practices](https://github.com/pytorch/pytorch/wiki/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows).
|
||||
* For help with any part of the contributing process, please don’t hesitate to utilize our Zoom office hours! See details [here](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours)
|
||||
|
||||
## Nightly Checkout & Pull
|
||||
|
||||
|
|
@ -1310,3 +1312,6 @@ your PR branch. If you happen to have write access to this repo, you can choose
|
|||
to use `ghstack` to eliminate this nondeterminism for GitHub Actions jobs on
|
||||
your PRs, but it will still be present for the select CircleCI jobs listed
|
||||
above.
|
||||
|
||||
## Dev Infra Office Hours
|
||||
[Dev Infra Office Hours](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours) are hosted every Friday to answer any questions regarding developer experience, Green HUD, and CI.
|
||||
|
|
|
|||
Loading…
Reference in a new issue