dataeval.config.GlobalConfig¶
- class dataeval.config.GlobalConfig¶
Global configuration for DataEval runtime settings.
This Pydantic model backs the global configuration state and provides validation on assignment. Users typically interact with the functional API (get_*, set_*, use_*) rather than this class directly.
- device¶
Default PyTorch device for computations.
- Type:¶
torch.device or None, default None
- max_processes¶
Maximum number of worker processes for parallel tasks.