aiauto-client 0.1.2__py3-none-any.whl → 0.1.3__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_client-0.1.2.dist-info → aiauto_client-0.1.3.dist-info}/METADATA +4 -3
- {aiauto_client-0.1.2.dist-info → aiauto_client-0.1.3.dist-info}/RECORD +4 -4
- {aiauto_client-0.1.2.dist-info → aiauto_client-0.1.3.dist-info}/WHEEL +0 -0
- {aiauto_client-0.1.2.dist-info → aiauto_client-0.1.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aiauto-client
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
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://aiauto.cloude.ainode.ai
|
@@ -22,6 +22,8 @@ Requires-Python: >=3.8
|
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
Requires-Dist: optuna>=3.0.0
|
24
24
|
Requires-Dist: requests>=2.25.0
|
25
|
+
Requires-Dist: grpcio>=1.48.0
|
26
|
+
Requires-Dist: grpcio-status>=1.48.0
|
25
27
|
|
26
28
|
# AIAuto - Hyperparameter Optimization Client Library
|
27
29
|
|
@@ -35,8 +37,7 @@ AIAuto는 Kubernetes 기반의 분산 HPO(Hyperparameter Optimization) 시스템
|
|
35
37
|
- `aiauto_client-0.1.1.tar.gz` 생성
|
36
38
|
- `aiauto_client.egg-info` 생성
|
37
39
|
- `~/.pypirc` 파일에 설정 확인
|
38
|
-
- `twine upload --repository aiauto-client dist/*`
|
39
|
-
- `twine upload dist/*`
|
40
|
+
- `uv run twine upload --repository aiauto-client dist/*`
|
40
41
|
- upload 시 pypi token 을 입력하라고 나옴, pypi 로그인 계정 설정가면 있다
|
41
42
|
|
42
43
|
## 설치
|
@@ -5,7 +5,7 @@ aiauto/constants.py,sha256=UhDCLFoPE89XrHB3SEnZR3YUuzajgugMGX80KYx_qc0,939
|
|
5
5
|
aiauto/core.py,sha256=uvAuSIL6CrIDfRBnBjN6SPFXD1ZJa7w7afNzmDyvzLM,7777
|
6
6
|
aiauto/http_client.py,sha256=t1gxeM5-d5bsVoFWgaNcTrt_WWUXuMuxge9gDlEqhoA,2086
|
7
7
|
aiauto/serializer.py,sha256=_iPtEoqW8RTKOZ6UrC7CzOqoangpPYzeL7MQfIdmov8,1568
|
8
|
-
aiauto_client-0.1.
|
9
|
-
aiauto_client-0.1.
|
10
|
-
aiauto_client-0.1.
|
11
|
-
aiauto_client-0.1.
|
8
|
+
aiauto_client-0.1.3.dist-info/METADATA,sha256=wPDLNlirh-MC_8zKCHmJwV-vsiv0J3oaqJJK1Gu0R38,3385
|
9
|
+
aiauto_client-0.1.3.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
10
|
+
aiauto_client-0.1.3.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
|
11
|
+
aiauto_client-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|