-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from tensorpix/feature/optimizeImage
Set ubuntu22.04 as base image; Bump torch and lighting
- Loading branch information
Showing
5 changed files
with
18 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,17 @@ jobs: | |
name: Run pre-commit hooks | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: read | ||
packages: read | ||
statuses: write | ||
|
||
steps: | ||
- name: Checkout Code | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: pre-commit-ci/[email protected] | ||
if: always() | ||
- name: Set up Python | ||
uses: actions/setup-python@v3 | ||
with: | ||
msg: apply pre-commit hooks | ||
python-version: "3.10" | ||
|
||
- name: Install pre-commit | ||
run: pip install -r requirements-dev.txt | ||
|
||
- name: Run pre-commit checks | ||
run: pre-commit run --all-files |
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 |
---|---|---|
@@ -1 +1 @@ | ||
pre-commit~=3.5.0 | ||
pre-commit==3.* |
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,6 +1,6 @@ | ||
lightning==2.1.2 | ||
lightning==2.1.4 | ||
protobuf==3.20.* | ||
segmentation-models-pytorch==0.3.3 | ||
six==1.16.0 | ||
torch==2.1.1 | ||
torchvision==0.16.1 | ||
torch==2.1.2 | ||
torchvision==0.16.2 |