autogluon.multimodal 1.4.0b20250724__py3-none-any.whl → 1.4.0b20250726__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.

Potentially problematic release.


This version of autogluon.multimodal might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.4.0b20250724"
3
+ __version__ = "1.4.0b20250726"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.multimodal
3
- Version: 1.4.0b20250724
3
+ Version: 1.4.0b20250726
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
@@ -47,6 +47,7 @@ Requires-Dist: torch<2.8,>=2.2
47
47
  Requires-Dist: lightning<2.8,>=2.2
48
48
  Requires-Dist: transformers[sentencepiece]<4.50,>=4.38.0
49
49
  Requires-Dist: accelerate<2.0,>=0.34.0
50
+ Requires-Dist: fsspec[http]<=2025.3
50
51
  Requires-Dist: requests<3,>=2.30
51
52
  Requires-Dist: jsonschema<4.24,>=4.18
52
53
  Requires-Dist: seqeval<1.3.0,>=1.2.2
@@ -57,9 +58,9 @@ Requires-Dist: scikit-image<0.26.0,>=0.19.1
57
58
  Requires-Dist: text-unidecode<1.4,>=1.3
58
59
  Requires-Dist: torchmetrics<1.8,>=1.2.0
59
60
  Requires-Dist: omegaconf<2.4.0,>=2.1.1
60
- Requires-Dist: autogluon.core[raytune]==1.4.0b20250724
61
- Requires-Dist: autogluon.features==1.4.0b20250724
62
- Requires-Dist: autogluon.common==1.4.0b20250724
61
+ Requires-Dist: autogluon.core[raytune]==1.4.0b20250726
62
+ Requires-Dist: autogluon.features==1.4.0b20250726
63
+ Requires-Dist: autogluon.common==1.4.0b20250726
63
64
  Requires-Dist: pytorch-metric-learning<2.9,>=1.3.0
64
65
  Requires-Dist: nlpaug<1.2.0,>=1.1.10
65
66
  Requires-Dist: nltk<3.10,>=3.4.5
@@ -121,7 +122,7 @@ Build accurate end-to-end ML models in just 3 lines of code!
121
122
 
122
123
  ```python
123
124
  from autogluon.tabular import TabularPredictor
124
- predictor = TabularPredictor(label="class").fit("train.csv")
125
+ predictor = TabularPredictor(label="class").fit("train.csv", presets="best")
125
126
  predictions = predictor.predict("test.csv")
126
127
  ```
127
128
 
@@ -1,8 +1,8 @@
1
- autogluon.multimodal-1.4.0b20250724-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.multimodal-1.4.0b20250726-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/multimodal/__init__.py,sha256=6WuDt3sMP1QLJs9se-20mmHCsFR-q2ZttPc8s0k1QWA,204
3
3
  autogluon/multimodal/constants.py,sha256=eLF3t-447nw3aNrYPh4Y8pycdECGu__wv6TC-amfXw8,9509
4
4
  autogluon/multimodal/predictor.py,sha256=4lou5yGysY1O86A-PX8AgsJvjB5bq2eHJ9zB1DyZFew,42847
5
- autogluon/multimodal/version.py,sha256=sQbAMP9TVXNv7nE2ealK-zzy0cZUUxkxcLTpbykHhxU,91
5
+ autogluon/multimodal/version.py,sha256=X677_QRDbCPTZCRCcshLbt66zrfGkhbhIjj5DPT-OPc,91
6
6
  autogluon/multimodal/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  autogluon/multimodal/cli/prepare_detection_dataset.py,sha256=9NCYmCUMPRWbxxbN_C7YQjMYlrAm8gbwJ3Qd-79JWH4,5218
8
8
  autogluon/multimodal/cli/voc2coco.py,sha256=LXVu9RIfOZs_1URrzO-_3Nrvb9uGEgPxCY4-B6m1coc,9605
@@ -153,11 +153,11 @@ autogluon/multimodal/utils/registry.py,sha256=vqvONWweZP44aBo1jCvlqLdL0Agn2kyTK8
153
153
  autogluon/multimodal/utils/save.py,sha256=aXZa_iue34dAEfTz7nCaRowktG1emEi5uVXe_tDmHBA,4408
154
154
  autogluon/multimodal/utils/strategy.py,sha256=tT9PWh_ZLwNdGFgPsXgZsgKRhpnfBQDjh1mB1_y8G18,833
155
155
  autogluon/multimodal/utils/visualizer.py,sha256=qAc4_36r3MBDPq1R1jBeb_gcfzIrsylL1S31sRf3wuw,22562
156
- autogluon.multimodal-1.4.0b20250724.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
157
- autogluon.multimodal-1.4.0b20250724.dist-info/METADATA,sha256=GAtwEpTUm1RGejhg7WeEiQNwZkEdimQ6z4A-5nlgILg,13223
158
- autogluon.multimodal-1.4.0b20250724.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
159
- autogluon.multimodal-1.4.0b20250724.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
160
- autogluon.multimodal-1.4.0b20250724.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
161
- autogluon.multimodal-1.4.0b20250724.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
162
- autogluon.multimodal-1.4.0b20250724.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
163
- autogluon.multimodal-1.4.0b20250724.dist-info/RECORD,,
156
+ autogluon.multimodal-1.4.0b20250726.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
157
+ autogluon.multimodal-1.4.0b20250726.dist-info/METADATA,sha256=Uv9BXiqf1HH9KBZPFyjH2XldshL_CMjpOCl3SbmuKrg,13275
158
+ autogluon.multimodal-1.4.0b20250726.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
159
+ autogluon.multimodal-1.4.0b20250726.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
160
+ autogluon.multimodal-1.4.0b20250726.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
161
+ autogluon.multimodal-1.4.0b20250726.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
162
+ autogluon.multimodal-1.4.0b20250726.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
163
+ autogluon.multimodal-1.4.0b20250726.dist-info/RECORD,,