Spaces:
Sleeping
Sleeping
Add simulation disclaimer banner
Browse files
app.py
CHANGED
|
@@ -361,6 +361,10 @@ with gr.Blocks(title="KernelX — AI Kernel Scheduler", css=CSS, theme=gr.themes
|
|
| 361 |
<p style="color:#94a3b8; font-size:1.15em; margin-top:4px;">
|
| 362 |
AI-Powered Linux Kernel Scheduler | eBPF + SmolLM2-360M | 44ms Inference | 534K Real Transitions
|
| 363 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 364 |
</div>
|
| 365 |
""")
|
| 366 |
|
|
|
|
| 361 |
<p style="color:#94a3b8; font-size:1.15em; margin-top:4px;">
|
| 362 |
AI-Powered Linux Kernel Scheduler | eBPF + SmolLM2-360M | 44ms Inference | 534K Real Transitions
|
| 363 |
</p>
|
| 364 |
+
<p style="color:#f59e0b; font-size:0.95em; margin-top:2px;">
|
| 365 |
+
⚡ This is a simulation replaying real kernel telemetry data collected from a Linux machine via eBPF.
|
| 366 |
+
The live system runs on actual hardware with the eBPF sentinel, Rust bridge, and GGUF model in the loop.
|
| 367 |
+
</p>
|
| 368 |
</div>
|
| 369 |
""")
|
| 370 |
|