Fix typo in CI/CD doc (#13196)
* fix typo in ci cd doc * fix path to release-docker.yaml * Update instance type * Update gpu instance type Co-authored-by: Akihiro Nitta <nitta@akihironitta.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
This commit is contained in:
parent
887dc0ff8c
commit
36dffb888d
|
@ -16,7 +16,7 @@
|
|||
| test-on-tpus | .circleci/config.yml | Run only TPU-specific tests. | TPU | (3.7, 1.9) | linux |
|
||||
|
||||
- \*Accelerators used in CI
|
||||
- GPU: 2 x NVIDIA P100
|
||||
- GPU: 2 x NVIDIA Tesla V100
|
||||
- TPU: Google GKE TPUv3
|
||||
- IPU: [Colossus MK1 IPU](https://www.graphcore.ai/products/ipu)
|
||||
- HPU: [Intel Habana Gaudi SYS-420GH-TNGR](https://www.supermicro.com/en/products/system/AI/4U/SYS-420GH-TNGR) which has 8 Gaudi accelerators
|
||||
|
@ -39,11 +39,11 @@
|
|||
|
||||
## Others
|
||||
|
||||
| workflow file | action |
|
||||
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| .github/workflows/ci_dockers.yml | Build docker images used for testing in CI without pushing to the [Docker Hub](https://hub.docker.com/r/pytorchlightning/pytorch_lightning). Publishing these built images takes place in `.github/release-docker.yml` which only runs in mater. |
|
||||
| .github/workflows/ci_pkg-install.yml | Test if pytorch-lightning is successfully installed using pip. |
|
||||
| .github/workflows/events-recurrent.yml | Terminate TPU jobs that live more than one hour to avoid possible resource exhaustion due to hangs. |
|
||||
| workflow file | action |
|
||||
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| .github/workflows/ci_dockers.yml | Build docker images used for testing in CI without pushing to the [Docker Hub](https://hub.docker.com/r/pytorchlightning/pytorch_lightning). Publishing these built images takes place in `.github/workflows/release-docker.yml` which only runs in master. |
|
||||
| .github/workflows/ci_pkg-install.yml | Test if pytorch-lightning is successfully installed using pip. |
|
||||
| .github/workflows/events-recurrent.yml | Terminate TPU jobs that live more than one hour to avoid possible resource exhaustion due to hangs. |
|
||||
|
||||
## Deployment
|
||||
|
||||
|
|
Loading…
Reference in New Issue