Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move developer guide file to a folder (#681)
Summary: Moved the dev api guide to a folder and we plan to add more developer guide examples e.g. ``` developer_api_guide/training.py - how to make a tensor subclass trainable developer_api_guide/fsdp.py - how to make a tensor subclass work with fsdp developer_api_guide/tensor_parallel.py - how to make a tensor subclass work with tensor parallelism developer_api_guide/autoquant.py - how to make a tensor subclass work with autoquant ... ``` Test Plan: python test/tutorials/developer_api_guide/my_dtype_tensor_subclass.py Reviewers: Subscribers: Tasks: Tags:
- Loading branch information