adaptive-sdk 0.1.10__py3-none-any.whl → 0.1.11__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.
|
@@ -36,7 +36,7 @@ class ComputePools(SyncAPIResource, UseCaseResource):
|
|
|
36
36
|
"""
|
|
37
37
|
cps = self.list()
|
|
38
38
|
found_cp = False
|
|
39
|
-
for cp in cps
|
|
39
|
+
for cp in cps:
|
|
40
40
|
if cp.key == compute_pool_key:
|
|
41
41
|
selected_cp = cp
|
|
42
42
|
found_cp = True
|
|
@@ -75,7 +75,7 @@ class AsyncComputePools(AsyncAPIResource, UseCaseResource):
|
|
|
75
75
|
"""
|
|
76
76
|
cps = await self.list()
|
|
77
77
|
found_cp = False
|
|
78
|
-
for cp in cps
|
|
78
|
+
for cp in cps:
|
|
79
79
|
if cp.key == compute_pool_key:
|
|
80
80
|
selected_cp = cp
|
|
81
81
|
found_cp = True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adaptive-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.11
|
|
4
4
|
Summary: Python SDK for Adaptive Engine
|
|
5
5
|
Author-email: Vincent Debergue <vincent@adaptive-ml.com>, Joao Moura <joao@adaptive-ml.com>, Yacine Bouraoui <yacine@adaptive-ml.com>
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -110,7 +110,7 @@ adaptive_sdk/resources/__init__.py,sha256=-cHNzI-hg1u-GGe-fVvV_L4JOgat2zJuKnC3E2
|
|
|
110
110
|
adaptive_sdk/resources/abtests.py,sha256=9PCPjxuWwY9ec88ewnq54gkoELq5U5iaBmHhzLCAsFU,7698
|
|
111
111
|
adaptive_sdk/resources/base_resource.py,sha256=D9adWSFxiDB7chVstDuBu1jcuXkE71UQJexnWENpC4A,1497
|
|
112
112
|
adaptive_sdk/resources/chat.py,sha256=k-jh_IZfKwqoWNN2P5BhAM3P_f5HLybVZp35pUadwso,11954
|
|
113
|
-
adaptive_sdk/resources/compute_pools.py,sha256=
|
|
113
|
+
adaptive_sdk/resources/compute_pools.py,sha256=_c_eDkXyqKm53ZcfL91EtcuitYqd7ds_3Uz4PUY-TLw,3441
|
|
114
114
|
adaptive_sdk/resources/datasets.py,sha256=sgGP2BwhaezaGei8xXoH0aKHyZFc64ZvIllxFUKNTd8,13648
|
|
115
115
|
adaptive_sdk/resources/embeddings.py,sha256=-ov_EChHU6PJJOJRtDlCo4sYyr9hwyvRjnBhub8QNFg,3922
|
|
116
116
|
adaptive_sdk/resources/feedback.py,sha256=lujqwFIhxi6iovL8JWL05Kr-gkzR4QEwUXZbTx33raA,14116
|
|
@@ -127,6 +127,6 @@ adaptive_sdk/resources/users.py,sha256=SoGWwdDCdhK4KjYOcAws-ZWlW7Edii7D3Vxfdu-NZ
|
|
|
127
127
|
adaptive_sdk/rest/__init__.py,sha256=P9uhkOoc9cgUkJ5MBoV5soPgQWSkvPrTwHzPGX7i5tY,610
|
|
128
128
|
adaptive_sdk/rest/base_model.py,sha256=P06TNhnqXa6JEje_B_94vAa5zqPYIVxMZAp6aZ4d80U,516
|
|
129
129
|
adaptive_sdk/rest/rest_types.py,sha256=aSN7901_1goByBEl7Ka6onU2ia-_RhlmtH9suFkWkic,8859
|
|
130
|
-
adaptive_sdk-0.1.
|
|
131
|
-
adaptive_sdk-0.1.
|
|
132
|
-
adaptive_sdk-0.1.
|
|
130
|
+
adaptive_sdk-0.1.11.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
131
|
+
adaptive_sdk-0.1.11.dist-info/METADATA,sha256=qy364KU3BJVPdwdAKDZkiak5LURb3BHIM7q8HjPfL-A,1447
|
|
132
|
+
adaptive_sdk-0.1.11.dist-info/RECORD,,
|
|
File without changes
|