Models class used by Human

  • models: record of all GraphModels
  • list: returns list of configured models with their stats
  • loaded: returns array of loaded models
  • reset: unloads all models
  • validate: checks loaded models for valid kernel ops vs current backend
  • stats: live detailed model stats that can be checked during model load phase

Constructors

Properties

Methods

Constructors

Properties

models: Record<string, null | GraphModel> = {}

Methods

  • Returns { loaded: boolean; name: string; size: number; url: any }[]

  • Returns { missing: string[]; name: string }[]