computefence 0.0.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.
computefence/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: computefence
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Pre-flight validation and real-time monitoring for ML training runs
|
|
5
|
+
Author: Francisco Booth
|
|
6
|
+
License: MIT
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# ComputeFence
|
|
11
|
+
|
|
12
|
+
Pre-flight validation and real-time monitoring for ML training runs.
|
|
13
|
+
|
|
14
|
+
Coming soon.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
computefence/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
|
2
|
+
computefence-0.0.1.dist-info/METADATA,sha256=z3SpxkXdVvy0mlpANtwM30Nx59o9nu0PcxS9-UH4O30,333
|
|
3
|
+
computefence-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
computefence-0.0.1.dist-info/top_level.txt,sha256=vhr7K2nJIRdmGTzNIJA1zeUPBMm9DEmtR3FEOihMw1s,13
|
|
5
|
+
computefence-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
computefence
|