ray-embedding 0.12.8__py3-none-any.whl → 0.12.10__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 ray-embedding might be problematic. Click here for more details.
- ray_embedding/node_health.py +2 -1
- {ray_embedding-0.12.8.dist-info → ray_embedding-0.12.10.dist-info}/METADATA +1 -1
- ray_embedding-0.12.10.dist-info/RECORD +10 -0
- ray_embedding-0.12.8.dist-info/RECORD +0 -10
- {ray_embedding-0.12.8.dist-info → ray_embedding-0.12.10.dist-info}/WHEEL +0 -0
- {ray_embedding-0.12.8.dist-info → ray_embedding-0.12.10.dist-info}/top_level.txt +0 -0
ray_embedding/node_health.py
CHANGED
|
@@ -6,7 +6,8 @@ import ray
|
|
|
6
6
|
from ray import serve
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
@serve.deployment(min_replicas=1, max_replicas=1)
|
|
9
|
+
@serve.deployment(autoscaling_config=dict(min_replicas=1, max_replicas=1),
|
|
10
|
+
ray_actor_options=dict(num_cpus=0.1))
|
|
10
11
|
class NodeHealthTracker:
|
|
11
12
|
"""Maintains a list of bad nodes, as reported by replicas that call the report_bad_node func.
|
|
12
13
|
Bad nodes are those that fail GPU/CUDA health check.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
ray_embedding/__init__.py,sha256=YS5LAZfRIwwVvE3C9g7hsauvjgIkqKtHyxkwMFFfAGY,46
|
|
2
|
+
ray_embedding/deploy.py,sha256=zOrnT6Gi2BSx_vE6aBTALHpYUPdJibMYi3lBPjqn2l8,3594
|
|
3
|
+
ray_embedding/dto.py,sha256=klUiMrlho6jp1KtZCJTjdWWalKCo1K0bseJnstgVasw,1715
|
|
4
|
+
ray_embedding/embedding_model.py,sha256=CUrex7FDoyOr6i4mqLoV9vwmK3IIjuNWSZUx_qfp6So,5741
|
|
5
|
+
ray_embedding/model_router.py,sha256=KYp6t_-nbynBjj9q547Gko0BPLV8efyaRGyUuAJQI8w,6777
|
|
6
|
+
ray_embedding/node_health.py,sha256=dbDHBztzetqBljDaE_RER09cIimo_N9tYhgPPJHTXuE,2252
|
|
7
|
+
ray_embedding-0.12.10.dist-info/METADATA,sha256=90rs0avjZ2ChhJc0qsQhP4LS0gUNjWkOIsJ75szcixY,1075
|
|
8
|
+
ray_embedding-0.12.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
ray_embedding-0.12.10.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
|
|
10
|
+
ray_embedding-0.12.10.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
ray_embedding/__init__.py,sha256=YS5LAZfRIwwVvE3C9g7hsauvjgIkqKtHyxkwMFFfAGY,46
|
|
2
|
-
ray_embedding/deploy.py,sha256=zOrnT6Gi2BSx_vE6aBTALHpYUPdJibMYi3lBPjqn2l8,3594
|
|
3
|
-
ray_embedding/dto.py,sha256=klUiMrlho6jp1KtZCJTjdWWalKCo1K0bseJnstgVasw,1715
|
|
4
|
-
ray_embedding/embedding_model.py,sha256=CUrex7FDoyOr6i4mqLoV9vwmK3IIjuNWSZUx_qfp6So,5741
|
|
5
|
-
ray_embedding/model_router.py,sha256=KYp6t_-nbynBjj9q547Gko0BPLV8efyaRGyUuAJQI8w,6777
|
|
6
|
-
ray_embedding/node_health.py,sha256=dRMX1zVVetLDOHQhyX_97m9XPcQ5RwM3-E2mXf43w3U,2171
|
|
7
|
-
ray_embedding-0.12.8.dist-info/METADATA,sha256=T_mr59Wf3LP6bVAsZNKCA0t14kyY_otVLjbrJTXdssg,1074
|
|
8
|
-
ray_embedding-0.12.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
ray_embedding-0.12.8.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
|
|
10
|
-
ray_embedding-0.12.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|