ray-embedding 0.13.10__py3-none-any.whl → 0.13.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.

Potentially problematic release.


This version of ray-embedding might be problematic. Click here for more details.

@@ -41,10 +41,9 @@ class NodeHealthTracker:
41
41
 
42
42
  async def is_bad_gpu_node(self, node_ip: str) -> bool:
43
43
  self.logger.info(f"Checking if node {node_ip} is marked bad.")
44
- with self.lock:
45
- is_bad_gpu_node = node_ip in self.bad_gpu_node_ips
46
- self.logger.info(f"Node {node_ip} is marked bad: {is_bad_gpu_node}")
47
- return is_bad_gpu_node
44
+ is_bad_gpu_node = node_ip in self.bad_gpu_node_ips
45
+ self.logger.info(f"Node {node_ip} is marked bad: {is_bad_gpu_node}")
46
+ return is_bad_gpu_node
48
47
 
49
48
  async def is_bad_gpu_or_no_model_replica_on_node(self, node_ip: str):
50
49
  self.logger.info(f"Checking if node {node_ip} is marked bad or no model replica running on the node.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ray-embedding
3
- Version: 0.13.10
3
+ Version: 0.13.11
4
4
  Summary: Deploy SentenceTransformers embedding models to a ray cluster
5
5
  Author: Crispin Almodovar
6
6
  Author-email:
@@ -3,8 +3,8 @@ ray_embedding/deploy.py,sha256=2R7bQ7aPc9G8H9KVoemxum6-9YxmlXQogWbhFhuslko,3762
3
3
  ray_embedding/dto.py,sha256=lk_LuVQPq3MLIMTMddqHviYXILY6V5dvbzDJuD_D_qc,1573
4
4
  ray_embedding/embedding_model.py,sha256=P2xyXCznxXmdQBK6zodOJEMvxGVRMA8Ra3O5Qi7RCh0,6013
5
5
  ray_embedding/model_router.py,sha256=fmaeXzaAJeCemzL9nUoXfdCrU-ZaCe_29fx5ayDCTC0,6845
6
- ray_embedding/node_health.py,sha256=uySBHjqdHM4VQfuAu6xTVD_B4o8LJJYDIxe218coszE,5462
7
- ray_embedding-0.13.10.dist-info/METADATA,sha256=ZmdnpvTf3_hQZ660rmmNtR0oPoXR3eVdWUQH2dBTBhs,1075
8
- ray_embedding-0.13.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- ray_embedding-0.13.10.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
10
- ray_embedding-0.13.10.dist-info/RECORD,,
6
+ ray_embedding/node_health.py,sha256=fCsdaeaZnct9oIdAKLjHjJzN7sfwD7VkryMpAdIUqe8,5426
7
+ ray_embedding-0.13.11.dist-info/METADATA,sha256=EPeneYSsEuAlYrJnFzD8pv-nQowSdxjutf43QeNPjcM,1075
8
+ ray_embedding-0.13.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ ray_embedding-0.13.11.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
10
+ ray_embedding-0.13.11.dist-info/RECORD,,