mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
* add training dockerfile tested for examples repo * forgot pytorch patch for build from source * make apt-get update -y adjacent apt-get install -y due to Docker caching rules * comment for mellanox libraries * mpi4py comment as I forgot where it came from * apparently curl not included anymore * grr.. nvidia change nccl location * dont need findnccl.patch after nvidia changed nccl location * pr comment /opt/ompi4 => /opt/openmpi-xxx * switch to pip install pytorch * use Release instead of RelWithDebInfo * comment wording * wordin * missed RelWithDebInfo => Release * replace Mellanox with libibverbs * stale comment * ordering * no more ninja * add / at end of copy * update cgmanifest.json * pr comments Co-authored-by: suffian khan <sukha@OrtTrainingDev1.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net> |
||
|---|---|---|
| .. | ||
| submodules | ||
| cgmanifest.json | ||
| 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:
- Change to the repository root directory.
- Ensure the submodules are checked out. For example, with:
$ git submodule update --init --recursive - 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.