b10-transfer 0.3.10__py3-none-any.whl → 0.3.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.
b10_transfer/__init__.py CHANGED
@@ -9,7 +9,7 @@ from .constants import OperationStatus
9
9
  from .logging_utils import get_b10_logger
10
10
 
11
11
  # Version
12
- __version__ = "0.3.10"
12
+ __version__ = "0.3.11"
13
13
 
14
14
  __all__ = [
15
15
  "CacheError",
b10_transfer/cache.py CHANGED
@@ -166,6 +166,7 @@ def load_compile_cache() -> OperationStatus:
166
166
  """
167
167
  with cache_operation("Load"):
168
168
  b10fs_dir, torch_dir, work_dir = _setup_cache_paths()
169
+ logger.info(f"TORCHINDUCTOR_CACHE_DIR IS {config.TORCH_CACHE_DIR}")
169
170
 
170
171
  cache_filename = get_cache_filename()
171
172
  final_file, _ = _get_cache_file_paths(cache_filename, b10fs_dir)
b10_transfer/cache_cli.py CHANGED
@@ -89,6 +89,8 @@ def main() -> None:
89
89
 
90
90
  logger = _setup_logging(cfg.loglevel)
91
91
 
92
+ logger.info(f"TORCHINDUCTOR_CACHE_DIR IS {config.TORCH_CACHE_DIR}")
93
+
92
94
  # 1) Preload any existing cache (non-fatal on error)
93
95
  try:
94
96
  if load_compile_cache() == OperationStatus.SUCCESS:
@@ -114,5 +116,6 @@ def main() -> None:
114
116
  except Exception as e:
115
117
  logger.exception("save_compile_cache() failed: %s", e)
116
118
  sys.exit(3)
119
+ logger.info(f"TORCHINDUCTOR_CACHE_DIR IS {config.TORCH_CACHE_DIR}")
117
120
 
118
121
  logger.info("vLLM automatic torch compile cache done.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: b10-transfer
3
- Version: 0.3.10
3
+ Version: 0.3.11
4
4
  Summary: Distributed PyTorch file transfer for Baseten - Environment-aware, lock-free file transfer management
5
5
  License: MIT
6
6
  Keywords: pytorch,file-transfer,cache,machine-learning,inference
@@ -1,7 +1,7 @@
1
- b10_transfer/__init__.py,sha256=k3UP0x__MVeqzEkVc02nKifzQ57-MQ5sbBQZg2Fxgvs,730
1
+ b10_transfer/__init__.py,sha256=BXQMvMXIeDQL7EWmjc5yT50EBPAOwMHmgLojrpOw_lc,730
2
2
  b10_transfer/archive.py,sha256=RGk7pmOdF24aATKygkFOAfHB-90arnW67nj-WURZfcw,6424
3
- b10_transfer/cache.py,sha256=VbAQx935rqdMXu6ejloa6Jw3n2KxkSMp3VLrNrgP--k,17480
4
- b10_transfer/cache_cli.py,sha256=oSEAirpMEOpJ1PA80aisAaiU31kDpnCIhuo9pYXtLqA,3382
3
+ b10_transfer/cache.py,sha256=LE6epqM0iAb7ls7Cle15U6VJwkhetuupJsT_CitJrxw,17556
4
+ b10_transfer/cache_cli.py,sha256=0CK2x9K6E7nTewXmlLVK1GDVp-zZ2jzZzhql_ueejsc,3527
5
5
  b10_transfer/cleanup.py,sha256=2LXiNQH08xT7g5LtqAp7fiUYa1Rle_gM8LKxj5NbAwc,6337
6
6
  b10_transfer/config.py,sha256=z_7emRsb-IG7_KbGy9jLtzkbIkLGEbKpWDUPWC_PB58,4661
7
7
  b10_transfer/constants.py,sha256=oBfAvw2QyCRS1rFD9g1kDaToQqRX2bcnCVBUnCYD8uQ,1323
@@ -11,7 +11,7 @@ b10_transfer/info.py,sha256=MR6gXvL3gBImnafuDgbOsZAHy9_akwZVlyIPGu2t8jQ,6345
11
11
  b10_transfer/logging_utils.py,sha256=c7iKNK9daNsrkHgsKl32rXscqqmWsq3a8ttz9M5ev3o,3460
12
12
  b10_transfer/space_monitor.py,sha256=24rClldo6EYaeikEla3_q4IwwI0r3DEPzaIbfU4hTRE,10746
13
13
  b10_transfer/utils.py,sha256=cr-EEOtfu3xbyafneNFfiDoJrxCO16zXt6ZRHqSUd04,12023
14
- b10_transfer-0.3.10.dist-info/METADATA,sha256=kQtKgKHfb_WhQy-jpMFnNO212G-yDHiUSmyTNxRr76Q,4109
15
- b10_transfer-0.3.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
- b10_transfer-0.3.10.dist-info/entry_points.txt,sha256=AFH8EfkeBv6ZuarnaUvbTjvySylf3GCSioYqB_ijrH8,65
17
- b10_transfer-0.3.10.dist-info/RECORD,,
14
+ b10_transfer-0.3.11.dist-info/METADATA,sha256=_crxf7pCEoQNepkSzfr_UagqfquNjpxAtE9LUSjDwm4,4109
15
+ b10_transfer-0.3.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
+ b10_transfer-0.3.11.dist-info/entry_points.txt,sha256=AFH8EfkeBv6ZuarnaUvbTjvySylf3GCSioYqB_ijrH8,65
17
+ b10_transfer-0.3.11.dist-info/RECORD,,