|
Entropic 2.11.1
Local-first agentic inference engine
|
An estimate, or an explicit admission that there isn't one. More...
#include </home/runner/work/entropic/entropic/src/inference/vram_footprint.h>
Public Attributes | |
| bool | known = false |
| False means "do not gate on this". | |
| uint64_t | bytes = 0 |
| Estimated VRAM bytes; 0 when not known. | |
| const char * | reason = "" |
| Why it is unknown, for the log. | |
An estimate, or an explicit admission that there isn't one.
Definition at line 93 of file vram_footprint.h.
| uint64_t entropic::FootprintEstimate::bytes = 0 |
Estimated VRAM bytes; 0 when not known.
Definition at line 95 of file vram_footprint.h.
| bool entropic::FootprintEstimate::known = false |
False means "do not gate on this".
Definition at line 94 of file vram_footprint.h.
| const char* entropic::FootprintEstimate::reason = "" |
Why it is unknown, for the log.
Definition at line 96 of file vram_footprint.h.