b10-transfer 0.2.1__py3-none-any.whl → 0.2.2__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.2.1"
12
+ __version__ = "0.2.2"
13
13
 
14
14
  __all__ = [
15
15
  "CacheError",
b10_transfer/constants.py CHANGED
@@ -24,7 +24,7 @@ _torch_cache_dir = os.getenv(
24
24
  "TORCHINDUCTOR_CACHE_DIR", f"/tmp/torchinductor_{get_current_username()}"
25
25
  )
26
26
  TORCH_CACHE_DIR = validate_path_security(
27
- _torch_cache_dir, ["/tmp/", "/cache/"], "TORCHINDUCTOR_CACHE_DIR"
27
+ _torch_cache_dir, ["/tmp/", "/cache/", "~/.cache"], "TORCHINDUCTOR_CACHE_DIR"
28
28
  )
29
29
 
30
30
  # B10FS cache directory validation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: b10-transfer
3
- Version: 0.2.1
3
+ Version: 0.2.2
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,16 +1,16 @@
1
- b10_transfer/__init__.py,sha256=bY1P5qBLv1e9u42Ql2XzdbZjkjZPs6P3-erpIGts2Zg,729
1
+ b10_transfer/__init__.py,sha256=9S8VuOa63XTRzvN5hbSxeGrtjHR5WXHi_Yqdu3oGTFA,729
2
2
  b10_transfer/archive.py,sha256=gunAZ6oTUz0SxodUCho1uP-MNLuQyuhMKFusx7E0xDg,6439
3
3
  b10_transfer/cache.py,sha256=k759Cs4IIUdAJ90ctK1m8ws3Fceje8ckug09L8X6W5I,17518
4
4
  b10_transfer/cache_cli.py,sha256=H3sBsSCkldjvt5bKBUXDdbErTpmKGVytxWrO8GPE21A,3603
5
5
  b10_transfer/cleanup.py,sha256=IAjRlpzCcXVrokTXdOsm_EJo_-U5kiy8KJoip8V4vvk,6345
6
- b10_transfer/constants.py,sha256=iuLShDW6hInhyz2YTQ8CzBanqW4chCkQOAzPZkCtOoA,4322
6
+ b10_transfer/constants.py,sha256=PpzdWan97g47uuUC8IbpHcDWb4lBeDLQh8dFMqfFZRg,4334
7
7
  b10_transfer/core.py,sha256=Ny4lViiPup4Zb_OCx_Z2IcbcWq42Ymj_zF7xyVroHxE,4668
8
8
  b10_transfer/environment.py,sha256=NkIs3EevhfATMZS0KL7f1w3SSoxAF9rCrA9qYkhbV7s,5602
9
9
  b10_transfer/info.py,sha256=WlpSQNEKi93d3EYo2HnbbzrLazOhK9dpX5w7Kf6DVfA,6339
10
10
  b10_transfer/logging_utils.py,sha256=vnjnuVsVO5bibHSHiF5sYhHqfprIezU0fM3YaCugMC0,3488
11
11
  b10_transfer/space_monitor.py,sha256=-hFc9f29K-7gF1vDZRrKDa-FrHkmD6OBLsV8l8knrMM,10761
12
12
  b10_transfer/utils.py,sha256=XG4dGLAlQQyUPeIK48OzuDkz1SOpdEs2_GrXKd8fr5M,12061
13
- b10_transfer-0.2.1.dist-info/METADATA,sha256=C96Y3QYRu8ypW0_eV_v5ubdzfmNmxhR9Uu7jvByxv6Y,4108
14
- b10_transfer-0.2.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
- b10_transfer-0.2.1.dist-info/entry_points.txt,sha256=6vj8KpPhV5qkaix1Vs7c--RL8nmuaGx_jIvkp4mRXoY,60
16
- b10_transfer-0.2.1.dist-info/RECORD,,
13
+ b10_transfer-0.2.2.dist-info/METADATA,sha256=PZLhiFkzmO3-QSjQwwuoc3CdteQsQN8uk-E5qIzzGd8,4108
14
+ b10_transfer-0.2.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
+ b10_transfer-0.2.2.dist-info/entry_points.txt,sha256=6vj8KpPhV5qkaix1Vs7c--RL8nmuaGx_jIvkp4mRXoY,60
16
+ b10_transfer-0.2.2.dist-info/RECORD,,