ray-embedding 0.12.5__py3-none-any.whl → 0.12.6__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.
ray_embedding/deploy.py CHANGED
@@ -36,7 +36,8 @@ def build_model(model_config: ModelDeploymentConfig) -> DeployedModel:
36
36
  backend=backend,
37
37
  matryoshka_dim=matryoshka_dim,
38
38
  trust_remote_code=trust_remote_code,
39
- model_kwargs=model_kwargs
39
+ model_kwargs=model_kwargs,
40
+ cuda_memory_flush_threshold=cuda_memory_flush_threshold
40
41
  )
41
42
  return DeployedModel(model=served_model_name,
42
43
  deployment_handle=deployment,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ray-embedding
3
- Version: 0.12.5
3
+ Version: 0.12.6
4
4
  Summary: Deploy SentenceTransformers embedding models to a ray cluster
5
5
  Author: Crispin Almodovar
6
6
  Author-email:
@@ -1,9 +1,9 @@
1
1
  ray_embedding/__init__.py,sha256=YS5LAZfRIwwVvE3C9g7hsauvjgIkqKtHyxkwMFFfAGY,46
2
- ray_embedding/deploy.py,sha256=1Nzb39OylxBEMDqCcfD-ByTefhANXbjLMzLo_YAkCfw,2710
2
+ ray_embedding/deploy.py,sha256=VzFqfGTLA5cr-6e50GAhpdfw5KlRnJvdpXXQRSdaO6o,2835
3
3
  ray_embedding/dto.py,sha256=l0hxz_fdGjZtLMZS3BzQ1tLzAOiO_8NpX4i5Wdyuk6Q,1519
4
4
  ray_embedding/embedding_model.py,sha256=6iEaIg_mCpGEY-5F0uff2wTOMH1wI42u2N8DnaZE3mA,4670
5
5
  ray_embedding/model_router.py,sha256=BsOEz24ttvpDD4LZsDVg9rLhn26FxgUsDAvcjI0Feao,5917
6
- ray_embedding-0.12.5.dist-info/METADATA,sha256=EvWeadexmzrfUATF6dYl8c54cGCfdp5EEeW23vkni38,1094
7
- ray_embedding-0.12.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- ray_embedding-0.12.5.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
9
- ray_embedding-0.12.5.dist-info/RECORD,,
6
+ ray_embedding-0.12.6.dist-info/METADATA,sha256=DBrk-wJPVgwwYh06A2tmrgBM2ethb_65ololwManbbc,1094
7
+ ray_embedding-0.12.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ ray_embedding-0.12.6.dist-info/top_level.txt,sha256=ziCblpJq1YsrryshFqxTRuRMgNuO1_tgvAAkGShATNA,14
9
+ ray_embedding-0.12.6.dist-info/RECORD,,