ray-embedding 0.10.10__tar.gz → 0.10.11__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ray-embedding
3
- Version: 0.10.10
3
+ Version: 0.10.11
4
4
  Summary: Deploy SentenceTransformers embedding models to a ray cluster
5
5
  Author: Crispin Almodovar
6
6
  Author-email:
@@ -37,6 +37,7 @@ class EmbeddingModel:
37
37
  self.init_device = device
38
38
  if self.init_device is None or self.init_device == "auto":
39
39
  self.init_device = "cuda" if torch.cuda.is_available() else "cpu"
40
+ self.check_health()
40
41
  self.torch_device = torch.device(self.init_device)
41
42
  self.backend = backend or "torch"
42
43
  self.matryoshka_dim = matryoshka_dim
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ray-embedding
3
- Version: 0.10.10
3
+ Version: 0.10.11
4
4
  Summary: Deploy SentenceTransformers embedding models to a ray cluster
5
5
  Author: Crispin Almodovar
6
6
  Author-email:
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = ray-embedding
3
- version = 0.10.10
3
+ version = 0.10.11
4
4
  author = Crispin Almodovar
5
5
  author_email =
6
6
  description = Deploy SentenceTransformers embedding models to a ray cluster