-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump lightning dev sha, update docker image to use 20240601 nightly P…
…T, pop no longer required warning from allow list
- Loading branch information
1 parent
0f37b3a
commit 57a283f
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#lightning>=2.4.0,<2.4.1 | ||
# the below is uncommented when master is targeting a specific pl dev master commit | ||
git+https://github.com/Lightning-AI/lightning.git@0f12271d7feeacb6fbe5d70d2ce057da4a04d8b4#egg=lightning | ||
git+https://github.com/Lightning-AI/lightning.git@a99a6d3af1e9b8090d892dfc24b4f616853a8a40#egg=lightning | ||
torch>=2.1.0 | ||
mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath | ||
#mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#pytorch-lightning>=2.4.0,<2.4.1 | ||
# the below is uncommented when master is targeting a specific pl dev master commit | ||
git+https://github.com/Lightning-AI/pytorch-lightning.git@0f12271d7feeacb6fbe5d70d2ce057da4a04d8b4#egg=pytorch-lightning | ||
git+https://github.com/Lightning-AI/pytorch-lightning.git@a99a6d3af1e9b8090d892dfc24b4f616853a8a40#egg=pytorch-lightning | ||
torch>=2.1.0 | ||
mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath | ||
#mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath |
This file contains 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 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