Akihiro Nitta
Akihiro Nitta
## What does this PR do? Tries a new windows version. (https://github.blog/changelog/2021-11-16-github-actions-windows-server-2022-with-visual-studio-2022-is-now-generally-available-on-github-hosted-runners/) ``` git checkout -b ci/update-os find .github/workflows -type f | xargs sed -i -- 's/windows-2019/windows-2022/g' git commit -am...
## What does this PR do? 1. Changes docker image tags that we currently have on [the hub](https://hub.docker.com/r/pytorchlightning/pytorch_lightning). For example, ```diff - pytorchlightning/pytorch_lightning:base-conda-py3.8-torch1.9 + pytorchlightning/pytorch_lightning:base-conda-py3.8-torch1.9-cuda11.3.1 ``` 2. Updates combinations in...
## What does this PR do? - Resolves timeout in master due to very slow dependency resolution by conda. (from `>100min` to `
## 🚀 Feature We should support Python 3.10 as Python 3.10 was released at the beginning of this month. **Required dependencies supporting Python 3.10** - [x] numpy>=1.21.0 https://numpy.org/news/#numpy-1210-release - [x]...
Tries a new Windows https://github.blog/changelog/2021-11-16-github-actions-windows-server-2022-with-visual-studio-2022-is-now-generally-available-on-github-hosted-runners/ ``` git checkout -b ci/update-os find .github/workflows -type f | xargs sed -i -- 's/windows-2019/windows-2022/g' git commit -am "Update os" gh pr create --title "CI:...
## What does this PR do? The bot will make sure to update all GH actions within the repo. ## Before submitting - [x] Was this **discussed/approved** via a Github...
## What does this PR do? - Part of https://github.com/Lightning-AI/lightning/pull/13831. - Updates PyTorch version from 1.8 to 1.9 as we don't build 1.8 images in the PL repo anymore. (Let's...
## What does this PR do? - Part of https://github.com/Lightning-AI/lightning/pull/13831. - Changes the tag, but nothing should change :) ## Before submitting - [x] Was this **discussed/approved** via a Github...
Hi @otaj - I'm getting the following warnings ``` ========================================================================= warnings summary ========================================================================== ../../../miniconda3/envs/lightning/lib/python3.9/site-packages/torch/utils/tensorboard/__init__.py:4 /home/baruch/miniconda3/envs/lightning/lib/python3.9/site-packages/torch/utils/tensorboard/__init__.py:4: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if not hasattr(tensorboard, "__version__") or LooseVersion(...
Blocked by https://github.com/Lightning-AI/devtools/pull/12. ## What does this PR do? Part of https://github.com/Lightning-AI/lightning/issues/12545. Partial redo of #832. ### TODO - [ ] Update azure pipelines file path to use from the...