This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Lightning 1.8 + Fixes for the CI (#1479)
* Add requires(icevision) for loading data (icevision integration) * checking if issues were there for pl 1.7.7 * Update requirements.txt * Pin sahi version * list dependencies as a separate step * Sahi pin to 0.8.19 for serve * try torchscript instead of torch.jit.trace * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update golang * 1.17 * 1.17.9 * rollback some unrequired changes * @rohitgr7 suggested this * @rohitgr7 suggested this * lr_schedulers to lr_scheduler_configs * check if PL greater than equal to 1.8.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add PL check for 1.8.0 * Start 3.8 to 3.10 * Move back to 3.7 to 3.9 * Remove _notebooks as it's unused * Revert "Remove _notebooks as it's unused" This reverts commit 30deeb6. * fix lr_scheduler_configs usage * try fixing jsonnet (go < 1.17) * Try installing 1.17 * Try installing 1.17 * Try installing 1.17 * Try installing 1.17 * Try installing 1.17 * Skip mac os 12 (flaky) * skip flaky test on Mac * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update with num_devices instead of tpu_cores * Add CHANGELOG
- Loading branch information
1 parent
58ee3a7
commit 6e95997
Showing
10 changed files
with
19 additions
and
10 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
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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ fiftyone | |
classy_vision | ||
vissl>=0.1.5 | ||
icevision>=0.8 | ||
sahi >=0.8.19,<0.11.0 | ||
icedata | ||
effdet | ||
kornia>=0.5.1 | ||
|
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
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