You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
Running cortex demo crashes during the hardware scan step. The code attempts to call .get() on a SystemInfo dataclass object, which doesn't have that method.
How to reproduce
Command run: cortex demo
What you expected: The demo should display hardware information (CPU, RAM, GPU) and complete with "Your system is READY for AI workloads"
What actually happened: The command crashes immediately after "🔍 Scanning system hardware..."