Skip to content

Commit 15eabcb

Browse files
authored
Merge pull request #67 from vietanhdev/fix/crashing_due_to_cuda_pref
Fix crashing due to CUDA preference + Optimize images size
2 parents 2bbd28f + 7acecb4 commit 15eabcb

66 files changed

Lines changed: 97109 additions & 11418 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ repos:
2424
rev: 23.3.0
2525
hooks:
2626
- id: black
27-
exclude: tests/
27+
exclude: tests/|anylabeling/resources/resources.py
28+
- repo: https://github.com/psf/black
29+
rev: 23.3.0
30+
hooks:
31+
- id: black
32+
exclude: tests/|anylabeling/resources/resources.py
2833
args: [--check]
2934
- repo: https://github.com/PyCQA/flake8
3035
rev: 6.0.0
@@ -39,6 +44,7 @@ repos:
3944
'flake8-implicit-str-concat',
4045
'pydocstyle>=5.0.0',
4146
]
47+
exclude: anylabeling/resources/resources.py
4248
- repo: https://github.com/rstcheck/rstcheck
4349
rev: v6.1.2
4450
hooks:

anylabeling.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ a = Analysis(
1212
datas=[
1313
('anylabeling/configs/auto_labeling/*.yaml', 'anylabeling/configs/auto_labeling'),
1414
('anylabeling/configs/*.yaml', 'anylabeling/configs'),
15-
('anylabeling/resources/images/*', 'anylabeling/resources/images'),
1615
('anylabeling/views/labeling/widgets/auto_labeling/auto_labeling.ui', 'anylabeling/views/labeling/widgets/auto_labeling')
1716
],
1817
hiddenimports=[],

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__appname__ = "AnyLabeling"
22
__appdescription__ = "Effortless data labeling with AI support"
3-
__version__ = "0.2.13"
3+
__version__ = "0.2.14"
-22.9 KB
-20.9 KB
-11 KB
-20.3 KB
-7.84 KB
-22.3 KB
-7.83 KB

0 commit comments

Comments
 (0)