__init__.py python
10 lines 413 B
Raw
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor ⚠ breaking 41 days ago
1 """Scooling Lab training API contract and fake worker.
2
3 The package intentionally uses only the Python standard library during the
4 T0/T2 phases. Real training libraries, GPU work, private data, and model
5 artifacts remain blocked until later legal and security gates are accepted.
6 """
7
8 from scooling_lab.contracts import TrainingJobRequest, TrainingJobStatus
9
10 __all__ = ["TrainingJobRequest", "TrainingJobStatus"]
File History 1 commit
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor 41 days ago