Skip to content

dag-core / Exports / ISystemStats

Interface: ISystemStats

Table of contents

Properties

Properties

system

system: Object

Type declaration

NameType
osstring
runtime_versionstring
embedded_pythonboolean

Defined in

types/prompt-types.ts:117


devices

devices: { name: string ; type: string ; vram_total: number ; vram_free: number }[]

Defined in

types/prompt-types.ts:122

Released under the MIT License.