autogluon.multimodal 1.1.2b20241124__py3-none-any.whl → 1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- autogluon/multimodal/version.py +1 -1
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/METADATA +7 -7
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/RECORD +10 -10
- /autogluon.multimodal-1.1.2b20241124-py3.8-nspkg.pth → /autogluon.multimodal-1.2-py3.8-nspkg.pth +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/LICENSE +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/NOTICE +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/WHEEL +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/namespace_packages.txt +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/top_level.txt +0 -0
- {autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/zip-safe +0 -0
autogluon/multimodal/version.py
CHANGED
{autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.multimodal
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.2
|
4
4
|
Summary: Fast and Accurate ML in 3 Lines of Code
|
5
5
|
Home-page: https://github.com/autogluon/autogluon
|
6
6
|
Author: AutoGluon Community
|
@@ -10,7 +10,7 @@ Project-URL: Bug Reports, https://github.com/autogluon/autogluon/issues
|
|
10
10
|
Project-URL: Source, https://github.com/autogluon/autogluon/
|
11
11
|
Project-URL: Contribute!, https://github.com/autogluon/autogluon/blob/master/CONTRIBUTING.md
|
12
12
|
Platform: UNKNOWN
|
13
|
-
Classifier: Development Status ::
|
13
|
+
Classifier: Development Status :: 5 - Production/Stable
|
14
14
|
Classifier: Intended Audience :: Education
|
15
15
|
Classifier: Intended Audience :: Developers
|
16
16
|
Classifier: Intended Audience :: Science/Research
|
@@ -44,7 +44,7 @@ Requires-Dist: boto3<2,>=1.10
|
|
44
44
|
Requires-Dist: torch<2.6,>=2.2
|
45
45
|
Requires-Dist: lightning<2.6,>=2.2
|
46
46
|
Requires-Dist: transformers[sentencepiece]<5,>=4.38.0
|
47
|
-
Requires-Dist: accelerate<1.0,>=0.
|
47
|
+
Requires-Dist: accelerate<1.0,>=0.34.0
|
48
48
|
Requires-Dist: requests<3,>=2.30
|
49
49
|
Requires-Dist: jsonschema<4.22,>=4.18
|
50
50
|
Requires-Dist: seqeval<1.3.0,>=1.2.2
|
@@ -55,9 +55,9 @@ Requires-Dist: scikit-image<0.25.0,>=0.19.1
|
|
55
55
|
Requires-Dist: text-unidecode<1.4,>=1.3
|
56
56
|
Requires-Dist: torchmetrics<1.3.0,>=1.2.0
|
57
57
|
Requires-Dist: omegaconf<2.3.0,>=2.1.1
|
58
|
-
Requires-Dist: autogluon.core[raytune]==1.
|
59
|
-
Requires-Dist: autogluon.features==1.
|
60
|
-
Requires-Dist: autogluon.common==1.
|
58
|
+
Requires-Dist: autogluon.core[raytune]==1.2
|
59
|
+
Requires-Dist: autogluon.features==1.2
|
60
|
+
Requires-Dist: autogluon.common==1.2
|
61
61
|
Requires-Dist: pytorch-metric-learning<2.4,>=1.3.0
|
62
62
|
Requires-Dist: nlpaug<1.2.0,>=1.1.10
|
63
63
|
Requires-Dist: nltk<3.9,>=3.4.5
|
@@ -72,7 +72,7 @@ Provides-Extra: tests
|
|
72
72
|
Requires-Dist: ruff; extra == "tests"
|
73
73
|
Requires-Dist: datasets<2.15.0,>=2.10.0; extra == "tests"
|
74
74
|
Requires-Dist: onnxruntime<1.20.0,>=1.17.0; extra == "tests"
|
75
|
-
Requires-Dist: onnxruntime-gpu<1.20.0,>=1.17.0; platform_system != "Darwin" and extra == "tests"
|
75
|
+
Requires-Dist: onnxruntime-gpu<1.20.0,>=1.17.0; (platform_system != "Darwin" and platform_machine != "aarch64") and extra == "tests"
|
76
76
|
Requires-Dist: onnx<1.18.0,>=1.13.0; platform_system != "Windows" and extra == "tests"
|
77
77
|
Requires-Dist: tensorrt<10.3,>=8.6.0; (platform_system == "Linux" and python_version < "3.11") and extra == "tests"
|
78
78
|
Requires-Dist: onnx<1.16.2,>=1.13.0; platform_system == "Windows" and extra == "tests"
|
@@ -1,11 +1,11 @@
|
|
1
|
-
autogluon.multimodal-1.
|
1
|
+
autogluon.multimodal-1.2-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
|
2
2
|
autogluon/multimodal/__init__.py,sha256=EuWb-QmtFBKePJw4_4Kpp9dKrabv121haYw_Oiu2jfI,238
|
3
3
|
autogluon/multimodal/constants.py,sha256=8IDFqC45Sz3fD0VO2wpzj5Ino387yMAvmKMt-QRhzK0,9122
|
4
4
|
autogluon/multimodal/predictor.py,sha256=beV2gOcTnviYtU8UWTWdqWYTbuk5sC6Sba-pAEaFQyg,40936
|
5
5
|
autogluon/multimodal/presets.py,sha256=VR_arn7X4eiQcGcvJVmwxDopPJGvYP1W1cBZ2AOcdJM,25882
|
6
6
|
autogluon/multimodal/problem_types.py,sha256=H0q2V--d_KH7YL_AxMrs77SHR5SBVLDsdie9F2Uu1kM,8627
|
7
7
|
autogluon/multimodal/registry.py,sha256=vqvONWweZP44aBo1jCvlqLdL0Agn2kyTK8uXUwagZhs,3670
|
8
|
-
autogluon/multimodal/version.py,sha256=
|
8
|
+
autogluon/multimodal/version.py,sha256=OeRnWY70kLYV8NjtUUPZV97_wrZuueMLQ-kr_7xIq-M,79
|
9
9
|
autogluon/multimodal/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
autogluon/multimodal/cli/prepare_detection_dataset.py,sha256=9NCYmCUMPRWbxxbN_C7YQjMYlrAm8gbwJ3Qd-79JWH4,5218
|
11
11
|
autogluon/multimodal/cli/voc2coco.py,sha256=LXVu9RIfOZs_1URrzO-_3Nrvb9uGEgPxCY4-B6m1coc,9605
|
@@ -135,11 +135,11 @@ autogluon/multimodal/utils/object_detection.py,sha256=fHZxon5LoYRmNu_7jm_pDjesVx
|
|
135
135
|
autogluon/multimodal/utils/onnx.py,sha256=rblWnphKTsfbosbieJu8PsH6SMDw4on9BS8bR1plL2U,5607
|
136
136
|
autogluon/multimodal/utils/save.py,sha256=zYIO3mYMGBvHfZcmCUaLpsQa14nVq1LPv2F76uaz89w,3951
|
137
137
|
autogluon/multimodal/utils/visualizer.py,sha256=qAc4_36r3MBDPq1R1jBeb_gcfzIrsylL1S31sRf3wuw,22562
|
138
|
-
autogluon.multimodal-1.
|
139
|
-
autogluon.multimodal-1.
|
140
|
-
autogluon.multimodal-1.
|
141
|
-
autogluon.multimodal-1.
|
142
|
-
autogluon.multimodal-1.
|
143
|
-
autogluon.multimodal-1.
|
144
|
-
autogluon.multimodal-1.
|
145
|
-
autogluon.multimodal-1.
|
138
|
+
autogluon.multimodal-1.2.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
139
|
+
autogluon.multimodal-1.2.dist-info/METADATA,sha256=tepUlxneIIz6teivf-TInu76mlN7_jhHCYoUKxofcTg,12850
|
140
|
+
autogluon.multimodal-1.2.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
141
|
+
autogluon.multimodal-1.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
142
|
+
autogluon.multimodal-1.2.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
143
|
+
autogluon.multimodal-1.2.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
144
|
+
autogluon.multimodal-1.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
145
|
+
autogluon.multimodal-1.2.dist-info/RECORD,,
|
/autogluon.multimodal-1.1.2b20241124-py3.8-nspkg.pth → /autogluon.multimodal-1.2-py3.8-nspkg.pth
RENAMED
File without changes
|
{autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/top_level.txt
RENAMED
File without changes
|
{autogluon.multimodal-1.1.2b20241124.dist-info → autogluon.multimodal-1.2.dist-info}/zip-safe
RENAMED
File without changes
|