aiauto-client 0.1.16__py3-none-any.whl → 0.1.18__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.
aiauto/core.py CHANGED
@@ -190,7 +190,7 @@ class StudyWrapper:
190
190
  requirements_list: Optional[List[str]] = None,
191
191
  resources_requests: Optional[Dict[str, str]] = None,
192
192
  resources_limits: Optional[Dict[str, str]] = None,
193
- runtime_image: Optional[str] = 'ghcr.io/astral-sh/uv:python3.8-bookworm-slim',
193
+ runtime_image: Optional[str] = None,
194
194
  use_gpu: bool = False
195
195
  ) -> None:
196
196
  # 리소스 기본값 설정
@@ -199,13 +199,13 @@ class StudyWrapper:
199
199
  resources_requests = {"cpu": "2", "memory": "4Gi"}
200
200
  else:
201
201
  resources_requests = {"cpu": "1", "memory": "1Gi"}
202
-
202
+
203
203
  if resources_limits is None:
204
204
  if use_gpu:
205
205
  resources_limits = {"cpu": "2", "memory": "4Gi"}
206
206
  else:
207
207
  resources_limits = {"cpu": "1", "memory": "1Gi"}
208
-
208
+
209
209
  if runtime_image is None or runtime_image == "":
210
210
  if use_gpu:
211
211
  runtime_image = "pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiauto-client
3
- Version: 0.1.16
3
+ Version: 0.1.18
4
4
  Summary: AI Auto HPO (Hyperparameter Optimization) Client Library
5
5
  Author-email: AIAuto Team <ainode@zeroone.ai>
6
6
  Project-URL: Homepage, https://dashboard.common.aiauto.pangyo.ainode.ai
@@ -1,10 +1,10 @@
1
1
  aiauto/__init__.py,sha256=sF7sJaXg7-MqolSYLxsaXAir1dBzARhXLrHo7zLsupg,345
2
2
  aiauto/_config.py,sha256=hTFh2bH9m-HuX6QCpNtBC0j6rEB0S97hhPKjbEjv4Tg,89
3
3
  aiauto/constants.py,sha256=rBibGOQHHrdkwaai92-3I8-N0cu-B4CoCoQbG9-Cl8k,821
4
- aiauto/core.py,sha256=Hz3HP6xJGey6LbF04cYQtPPqerf4LhDgt0BVBPPf0j4,10364
4
+ aiauto/core.py,sha256=z46oRcuwRR4xfqKbbokqB13vo29ayLxjZeGi8zAKNuA,10306
5
5
  aiauto/http_client.py,sha256=v_nPdb-2tIeH1XrOYqzMGvFfXLKEDbQoSaQYPsB0Hik,2587
6
6
  aiauto/serializer.py,sha256=BJmeq6uCD9D2_6bXu_sMBQLSsXCUMIMM10iX923DTXE,2749
7
- aiauto_client-0.1.16.dist-info/METADATA,sha256=Lc0WSJ4UFunxbOLJWm-0K9thPPJl98ijomAJpvG2knI,25625
8
- aiauto_client-0.1.16.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
9
- aiauto_client-0.1.16.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
10
- aiauto_client-0.1.16.dist-info/RECORD,,
7
+ aiauto_client-0.1.18.dist-info/METADATA,sha256=iM0oqmpc6TxQvrdebIMPEMfw23CEI5vJaDLC_QGIZ5E,25625
8
+ aiauto_client-0.1.18.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
9
+ aiauto_client-0.1.18.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
10
+ aiauto_client-0.1.18.dist-info/RECORD,,