Versions in this module Expand all Collapse all v0 v0.1.0 Oct 5, 2025 Changes in this version + var ErrFileNotFound = errors.New("config file not found") + type Config struct + Model Model + func NewConfig(fs afero.Fs, filePath string) (*Config, error) + type Dependencies struct + Os []string + PythonRequirements string + type Model struct + Dependencies Dependencies + Name string + Owner string + PredictionRunner string + Runtime Runtime + type Runtime struct + CUDA string + Python string