__init__.py
python
sha256:2313b6a6353294a0ca08ff579624198da250b99163a86215aed31a905912e360
Land Scooling Lab T0/T2 training contract and seven-tier tests
Human
minor
⚠ breaking
45 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:2313b6a6353294a0ca08ff579624198da250b99163a86215aed31a905912e360
Land Scooling Lab T0/T2 training contract and seven-tier tests
Human
minor
⚠
45 days ago