mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: I wrote some high level docs for the larger PyTorch C++ universe and the C++ frontend specifically. Happy for reviews, but let's please also land this ASAP so I can point users at something that looks more ready baked than the C++ docs landing page (https://pytorch.org/cppdocs) does right now. ezyang soumith CC ebetica Pull Request resolved: https://github.com/pytorch/pytorch/pull/12079 Differential Revision: D10080785 Pulled By: goldsborough fbshipit-source-id: 3028de41373f307468eb1e3802aa27871c93b2e3
9 lines
382 B
ReStructuredText
9 lines
382 B
ReStructuredText
Contributing to PyTorch
|
|
=======================
|
|
|
|
If you would like to contribute to the PyTorch C++ API, refer to the
|
|
`CONTRIBUTING.md
|
|
<https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md>`_ document in
|
|
the PyTorch repository. It contains instructions on how to develop PyTorch from source
|
|
and submit a proposal for your patch or feature. We will be happy to review it!
|