onnxruntime/cgmanifests
2021-10-25 21:05:45 -07:00
..
submodules Clean up optional-lite references (#9534) 2021-10-25 21:05:45 -07:00
cgmanifest.json Fix to_dlpack Failure on PyTorch-1.10 (#9151) 2021-09-24 09:48:07 +08:00
README.md

CGManifest Files

This directory contains CGManifest (cgmanifest.json) files. See here for details: https://docs.opensource.microsoft.com/tools/cg/cgmanifest.html

cgmanifests/cgmanifest.json contains entries that don't belong in more specific categories (e.g., git submodules).

Git Submodules

cgmanifests/submodules/cgmanifest.json contains entries for git submodules. It can be generated like this:

  1. Change to the repository root directory.
  2. Ensure the submodules are checked out. For example, with:
    $ git submodule update --init --recursive
    
  3. Run the generator script:
    $ python cgmanifests/submodules/generate_submodule_cgmanifest.py > cgmanifests/submodules/cgmanifest.json
    

Please update this cgmanifest.json file when any git submodules change.