Lightning 1.9.0 Release Candidate 0 (#16264)
* release * Apply suggestions from code review * cleaning Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: Jirka <jirka.borovec@seznam.cz>
This commit is contained in:
parent
a6d23ed898
commit
2b6ec90ec1
|
@ -39,7 +39,7 @@ REQUIREMENT_FILES = {
|
|||
"requirements/app/ui.txt",
|
||||
"requirements/app/cloud.txt",
|
||||
),
|
||||
"lite": (
|
||||
"fabric": (
|
||||
"requirements/fabric/base.txt",
|
||||
"requirements/fabric/strategies.txt",
|
||||
),
|
||||
|
|
|
@ -25,7 +25,7 @@ pr:
|
|||
- "examples/fabric/**"
|
||||
- "examples/run_fabric_examples.sh"
|
||||
- "tests/tests_fabric/run_standalone_*.sh"
|
||||
- "tests/tests_pytorch/run_standalone_tests.sh" # used by Lite through a symlink
|
||||
- "tests/tests_pytorch/run_standalone_tests.sh" # used by fabric through a symlink
|
||||
- "requirements/fabric/**"
|
||||
- "src/lightning_fabric/**"
|
||||
- "tests/tests_fabric/**"
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
env:
|
||||
PL_RUN_CUDA_TESTS: "1"
|
||||
workingDirectory: tests/tests_fabric
|
||||
displayName: 'Testing: Lite standard'
|
||||
displayName: 'Testing: fabric standard'
|
||||
timeoutInMinutes: "10"
|
||||
|
||||
- bash: bash run_standalone_tests.sh
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
env:
|
||||
PL_RUN_CUDA_TESTS: "1"
|
||||
PL_STANDALONE_TESTS_SOURCE: "lightning_fabric"
|
||||
displayName: 'Testing: Lite standalone tests'
|
||||
displayName: 'Testing: fabric standalone tests'
|
||||
timeoutInMinutes: "10"
|
||||
|
||||
- bash: |
|
||||
|
@ -131,4 +131,4 @@ jobs:
|
|||
bash run_fabric_examples.sh --accelerator=cuda --devices=1
|
||||
bash run_fabric_examples.sh --accelerator=cuda --devices=2 --strategy ddp
|
||||
workingDirectory: examples
|
||||
displayName: 'Testing: Lite examples'
|
||||
displayName: 'Testing: fabric examples'
|
||||
|
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
- uses: ./.github/actions/pkg-publish
|
||||
with:
|
||||
pkg-folder: dist/fabric
|
||||
pypi-test-token: ${{ secrets.PYPI_TEST_TOKEN_LITE }}
|
||||
pypi-test-token: ${{ secrets.PYPI_TEST_TOKEN_FABRIC }}
|
||||
- uses: ./.github/actions/pkg-publish
|
||||
with:
|
||||
pkg-folder: dist/pytorch
|
||||
|
@ -168,7 +168,7 @@ jobs:
|
|||
- uses: ./.github/actions/pkg-publish
|
||||
with:
|
||||
pkg-pattern: "*fabric*"
|
||||
pypi-token: ${{ secrets.PYPI_TOKEN_LITE }}
|
||||
pypi-token: ${{ secrets.PYPI_TOKEN_FABRIC }}
|
||||
- uses: ./.github/actions/pkg-publish
|
||||
with:
|
||||
pkg-folder: dist/pytorch
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.9.0dev
|
||||
1.9.0rc0
|
||||
|
|
Loading…
Reference in New Issue