mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
27 lines
964 B
Markdown
27 lines
964 B
Markdown
# CGManifest Files
|
|
This directory contains CGManifest (cgmanifest.json) files.
|
|
See [here](https://docs.opensource.microsoft.com/tools/cg/cgmanifest.html) for details.
|
|
|
|
## `cgmanifests/generated/cgmanifest.json`
|
|
This file contains generated CGManifest entries.
|
|
|
|
It covers these dependencies:
|
|
- git submodules
|
|
- dependencies from the Dockerfile `tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cuda11`
|
|
|
|
If any of these dependencies change, this file should be updated.
|
|
**When updating, please regenerate instead of editing manually.**
|
|
|
|
### How to Generate
|
|
1. Change to the repository root directory.
|
|
2. Ensure the git submodules are checked out and up to date. For example, with:
|
|
```
|
|
$ git submodule update --init --recursive
|
|
```
|
|
3. Run the generator script:
|
|
```
|
|
$ python cgmanifests/generate_cgmanifest.py
|
|
```
|
|
|
|
## `cgmanifests/cgmanifest.json`
|
|
This file contains non-generated CGManifest entries. Please edit directly as needed.
|