Skip to content

Commit 7cac398

Browse files
committed
Update cgmanifest
1 parent 2fc75a4 commit 7cac398

File tree

5 files changed

+1
-692
lines changed

5 files changed

+1
-692
lines changed

cgmanifests/README.md

+1-28
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
# CGManifest Files
22
This directory contains CGManifest (cgmanifest.json) files.
3-
See [here](https://docs.opensource.microsoft.com/tools/cg/cgmanifest.html) for details.
4-
5-
## `cgmanifests/generated/cgmanifest.json`
6-
This file contains generated CGManifest entries.
7-
8-
It covers these dependencies:
9-
- git submodules
10-
- dependencies from the Dockerfile `tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cuda11`
11-
- the entries in [../cmake/deps.txt](../cmake/deps.txt)
12-
13-
If any of these dependencies change, this file should be updated.
14-
**When updating, please regenerate instead of editing manually.**
15-
16-
### How to Generate
17-
1. Change to the repository root directory.
18-
2. Ensure the git submodules are checked out and up to date. For example, with:
19-
```
20-
$ git submodule update --init --recursive
21-
```
22-
3. Run the generator script:
23-
```
24-
$ python cgmanifests/generate_cgmanifest.py --username <xxx> --token <your_access_token>
25-
```
26-
27-
Please supply your github username and access token to the script. If you don't have a token, you can generate one at https://github.com/settings/tokens. This is for authenticating with Github REST API so that you would not hit the rate limit.
28-
29-
## `cgmanifests/cgmanifest.json`
30-
This file contains non-generated CGManifest entries. Please edit directly as needed.
3+
See [here](https://docs.opensource.microsoft.com/tools/cg/cgmanifest.html) for details.

cgmanifests/cgmanifest.json

-147
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
33
"Registrations": [
4-
{
5-
"component": {
6-
"type": "git",
7-
"git": {
8-
"commitHash": "215105818dfde3174fe799600bb0f3cae233d0bf",
9-
"repositoryUrl": "https://github.com/abseil/abseil-cpp.git"
10-
}
11-
}
12-
},
134
{
145
"component": {
156
"Type": "maven",
@@ -131,16 +122,6 @@
131122
}
132123
}
133124
},
134-
{
135-
"component": {
136-
"type": "git",
137-
"git": {
138-
"commitHash": "b31f58de6fa8bbda5353b3c77d9be4914399724d",
139-
"repositoryUrl": "https://github.com/pytorch/pytorch.git"
140-
},
141-
"comments": "pytorch 1.6 used by onnxruntime training image"
142-
}
143-
},
144125
{
145126
"component": {
146127
"type": "git",
@@ -189,15 +170,6 @@
189170
}
190171
}
191172
},
192-
{
193-
"component": {
194-
"git": {
195-
"commitHash": "02a2a458ac15912d7d87cc1171e811b0c5219ece",
196-
"repositoryUrl": "https://github.com/grpc/grpc"
197-
},
198-
"type": "git"
199-
}
200-
},
201173
{
202174
"component": {
203175
"git": {
@@ -324,116 +296,6 @@
324296
"comments": "For Nodejs binding"
325297
}
326298
},
327-
{
328-
"component": {
329-
"type": "git",
330-
"git": {
331-
"commitHash": "aead4d751c2101e23336aa73f2380df83e7a13f3",
332-
"repositoryUrl": "https://github.com/pypa/manylinux"
333-
},
334-
"comments": "For building our CI build docker image"
335-
}
336-
},
337-
{
338-
"component": {
339-
"type": "git",
340-
"git": {
341-
"commitHash": "c974557598645360fbabac71352b083117e3cc17",
342-
"repositoryUrl": "https://gitlab.kitware.com/cmake/cmake"
343-
},
344-
"comments": "CMake 3.24.3. For building our CI build docker image"
345-
}
346-
},
347-
{
348-
"component": {
349-
"type": "git",
350-
"git": {
351-
"commitHash": "1e5d33e9b9b8631b36f061103a30208b206fd03a",
352-
"repositoryUrl": "https://github.com/python/cpython"
353-
},
354-
"comments": "Python 3.9.1"
355-
}
356-
},
357-
{
358-
"component": {
359-
"type": "git",
360-
"git": {
361-
"commitHash": "6503f05dd59e26a9986bdea097b3da9b3546f45b",
362-
"repositoryUrl": "https://github.com/python/cpython"
363-
},
364-
"comments": "Python 3.8.7"
365-
}
366-
},
367-
{
368-
"component": {
369-
"type": "git",
370-
"git": {
371-
"commitHash": "13c94747c74437e594b7fc242ff7da668e81887c",
372-
"repositoryUrl": "https://github.com/python/cpython"
373-
},
374-
"comments": "Python 3.7.9"
375-
}
376-
},
377-
{
378-
"component": {
379-
"type": "git",
380-
"git": {
381-
"commitHash": "c0a9afe2ac1820409e6173bd1893ebee2cf50270",
382-
"repositoryUrl": "https://github.com/python/cpython"
383-
},
384-
"comments": "Python 3.6.12"
385-
}
386-
},
387-
{
388-
"component": {
389-
"type": "git",
390-
"git": {
391-
"commitHash": "426b022776672fdf3d71ddd98d89af341c88080f",
392-
"repositoryUrl": "https://github.com/python/cpython"
393-
},
394-
"comments": "Python 3.5.10"
395-
}
396-
},
397-
{
398-
"component": {
399-
"type": "pip",
400-
"pip": {
401-
"Name": "transformers",
402-
"Version": "4.38.0"
403-
},
404-
"comments": "Installed in the training docker image"
405-
}
406-
},
407-
{
408-
"component": {
409-
"type": "pip",
410-
"pip": {
411-
"Name": "msgpack",
412-
"Version": "1.0.0"
413-
},
414-
"comments": "Installed in the training docker image"
415-
}
416-
},
417-
{
418-
"component": {
419-
"type": "pip",
420-
"pip": {
421-
"Name": "tensorboardX",
422-
"Version": "1.8"
423-
},
424-
"comments": "Installed in the training docker image"
425-
}
426-
},
427-
{
428-
"component": {
429-
"type": "pip",
430-
"pip": {
431-
"Name": "tensorboard",
432-
"Version": "2.3.0"
433-
},
434-
"comments": "Installed in the training docker image"
435-
}
436-
},
437299
{
438300
"component": {
439301
"type": "git",
@@ -493,15 +355,6 @@
493355
},
494356
"comments": "python-pillow. Implementation logic for anti-aliasing copied by Resize CPU kernel."
495357
}
496-
},
497-
{
498-
"component": {
499-
"type": "git",
500-
"git": {
501-
"commitHash": "e7248b26a1ed53fa030c5c459f7ea095dfd276ac",
502-
"repositoryUrl": "https://gitlab.com/libeigen/eigen.git"
503-
}
504-
}
505358
}
506359
],
507360
"Version": 1

cgmanifests/generate_cgmanifest.py

-159
This file was deleted.

cgmanifests/generated/README.md

-2
This file was deleted.

0 commit comments

Comments
 (0)