Metadata-Version: 2.4
Name: computefence
Version: 0.1.0
Summary: Pre-flight validation for GPU training runs on rented infrastructure
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: typer>=0.9.0
Requires-Dist: requests>=2.28.0
Dynamic: license-file

# ComputeFence

Pre-flight validation for GPU training runs on rented infrastructure.

## Install

pip install computefence

## Usage

computefence doctor
computefence doctor --dataset train.csv

## What it checks

- CUDA and GPU availability
- HuggingFace cache volume path
- Accelerate GPU count vs config
- Dataset duplicates and missing values

## What it does not yet check

- Training script correctness
- Model architecture compatibility
- Learning rate or hyperparameter safety
- Runtime monitoring during the job
