This repository was archived by the owner on May 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Add NNI's CI #32
Draft
ultmaster
wants to merge
35
commits into
Lightning-AI:main
Choose a base branch
from
ultmaster:nni
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add NNI's CI #32
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
86fb9b9
Add NNI's CI
ultmaster 2f28790
Try to build wheel
ultmaster 8f63a3e
try again
ultmaster 1beb67b
rename
Borda 1f56ebd
@ultmaster this is the hack, you do any change you want plus add two …
Borda e109f37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c5df869
Fix command
ultmaster 2c6fb6e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] eced16e
try extra dep
ultmaster 73cc402
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 427d0ba
try dev build
ultmaster 57f08e9
Merge branch 'nni' of https://github.com/ultmaster/ecosystem-ci into nni
ultmaster 3050531
trigger
ultmaster 0760269
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c41122a
Fix dependencies
ultmaster eb04a31
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 28d945b
Try with release version first
ultmaster beaac77
Merge branch 'nni' of https://github.com/ultmaster/ecosystem-ci into nni
ultmaster 1f06ffd
trigger
ultmaster 41dadd9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8c01427
Merge branch 'main' into nni
Borda 9ade165
docker
Borda ace4832
restruct
Borda 76270dd
if
Borda 7ec9a7b
cmd
Borda f3649dc
numpy
Borda 137a56e
Merge branch 'main' into nni
Borda 0f6f502
load conf
Borda 9cf67dd
requirements_file
Borda 8e39d1d
install
Borda 980148e
remove_dir
Borda 2c84f66
...
Borda 13bf915
Merge branch 'main' into nni
Borda b925c86
Merge branch 'main' into nni
Borda 5539cd8
Merge branch 'main' into nni
Borda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| target_repository: | ||
| HTTPS: https://github.com/microsoft/nni.git | ||
| # checkout a particular branch or a tag | ||
| checkout: master | ||
| before_install: | ||
| - if [ -x "$(command -v nvidia-smi)" ]; then mv dependencies/recommended_gpu.txt dependencies/recommended.txt; fi | ||
| # NNI needs custom install. `python setup.py install` or `pip install .` won't work. | ||
| requirements_file: | ||
| - dependencies/develop.txt | ||
| - dependencies/required.txt | ||
| - dependencies/required_extra.txt | ||
| - dependencies/recommended.txt | ||
| # install_command: python setup.py develop | ||
| # development build. Cannot remove dir | ||
| # remove_dir: false | ||
| # copy some tests from the target repository | ||
| copy_tests: | ||
| # only retiarii uses pytorch-lightning for now | ||
| # might add more in future | ||
| - test/ut/retiarii | ||
| - test/ut/__init__.py | ||
|
|
||
| before_install: | ||
| - pip install numpy | ||
|
|
||
| dependencies: | ||
| - name: pytorch-lightning | ||
| HTTPS: https://github.com/PyTorchLightning/pytorch-lightning.git | ||
| checkout: release/1.5.x | ||
| install_extras: loggers | ||
|
|
||
| testing: | ||
| dirs: | ||
| - test/ut | ||
|
|
||
| runtimes: | ||
| - {os: "ubuntu-latest", python-version: "3.8"} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.