b10-transfer 0.1.0__py3-none-any.whl → 0.1.1__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 +1 -1
- b10_transfer/cleanup.py +1 -1
- b10_transfer/constants.py +1 -1
- b10_transfer/space_monitor.py +1 -1
- {b10_transfer-0.1.0.dist-info → b10_transfer-0.1.1.dist-info}/METADATA +2 -2
- {b10_transfer-0.1.0.dist-info → b10_transfer-0.1.1.dist-info}/RECORD +7 -7
- {b10_transfer-0.1.0.dist-info → b10_transfer-0.1.1.dist-info}/WHEEL +0 -0
b10_transfer/__init__.py
CHANGED
b10_transfer/cleanup.py
CHANGED
b10_transfer/constants.py
CHANGED
b10_transfer/space_monitor.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: b10-transfer
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Distributed PyTorch compilation cache for Baseten - Environment-aware, lock-free compilation cache management
|
5
5
|
License: MIT
|
6
6
|
Keywords: pytorch,torch.compile,cache,machine-learning,inference
|
@@ -214,6 +214,6 @@ Enable debug logging:
|
|
214
214
|
|
215
215
|
```python
|
216
216
|
import logging
|
217
|
-
logging.getLogger('
|
217
|
+
logging.getLogger('b10_transfer').setLevel(logging.DEBUG)
|
218
218
|
```
|
219
219
|
|
@@ -1,15 +1,15 @@
|
|
1
|
-
b10_transfer/__init__.py,sha256=
|
1
|
+
b10_transfer/__init__.py,sha256=mr3MZhi3MNHuT-89WqiyPFKC20NVRmyZX3VyyCE9tsM,1400
|
2
2
|
b10_transfer/archive.py,sha256=GKb0mi0-YeM7ch4FLAoOLHXw0T6LkRerYad2N2y9TYM,6400
|
3
3
|
b10_transfer/async_torch_cache.py,sha256=4hMjVR44SLlGes25e_cjgMTywFfIYjH0TnUmg9o-iyI,1903
|
4
4
|
b10_transfer/async_transfers.py,sha256=luqdIStT_j4YduImY67HvX5WDurqV9Q5RjEyMI7bh1k,9476
|
5
|
-
b10_transfer/cleanup.py,sha256=
|
6
|
-
b10_transfer/constants.py,sha256=
|
5
|
+
b10_transfer/cleanup.py,sha256=3RnqWNGMCcko5GQdq1Gr9VPpGzAF5J6x7xjIH9SNZ78,6226
|
6
|
+
b10_transfer/constants.py,sha256=i_ls5KCObcJR3j0LeA3vo9zSnT_fxaSDVb62No0Wkf4,4831
|
7
7
|
b10_transfer/core.py,sha256=d-aaQwKYqKIafBYBNahNcnOpwcanOSrWLwdzXpjVLBs,6350
|
8
8
|
b10_transfer/environment.py,sha256=aC0biEMQrtHk0ke_3epdcq1X9J5fPmPpBVt0fH7XF2Y,5625
|
9
9
|
b10_transfer/info.py,sha256=I3iOuImZ5r6DMJTDeBtVvzlSn6IuyPJbLJYUO_OF0ks,6299
|
10
|
-
b10_transfer/space_monitor.py,sha256=
|
10
|
+
b10_transfer/space_monitor.py,sha256=PcGNY1fdjl_9VHncBvafATP_4sXR4mWsB_VYLDZ82bQ,11030
|
11
11
|
b10_transfer/torch_cache.py,sha256=e41mDdnP_h61WNwB7TG5c4a7ecw0-K63ytJiKsX0keY,14907
|
12
12
|
b10_transfer/utils.py,sha256=Stee0DFK-8MRRYNIocqaK64cJvfs4jPW3Mpx7zkWV6Y,11932
|
13
|
-
b10_transfer-0.1.
|
14
|
-
b10_transfer-0.1.
|
15
|
-
b10_transfer-0.1.
|
13
|
+
b10_transfer-0.1.1.dist-info/METADATA,sha256=_cGVSXsfZfOq5UbBBnI2AaJiXn02IC9f1iMu2Frgcq8,7504
|
14
|
+
b10_transfer-0.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
15
|
+
b10_transfer-0.1.1.dist-info/RECORD,,
|
File without changes
|