Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
title: Persistent Session
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: green
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Persistent Session-State Continuity
|
| 3 |
+
emoji: "\U0001F4C4"
|
| 4 |
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Persistent Session-State Continuity for Local Inference
|
| 12 |
+
|
| 13 |
+
**Author:** [Thump604](https://github.com/Thump604)
|
| 14 |
+
|
| 15 |
+
**Paper:** [persistent-session-state-continuity.pdf](persistent-session-state-continuity.pdf) | **Source:** [persistent-session-state-continuity.tex](persistent-session-state-continuity.tex)
|
| 16 |
+
|
| 17 |
+
**DOI:** [10.5281/zenodo.19560698](https://doi.org/10.5281/zenodo.19560698)
|
| 18 |
+
|
| 19 |
+
## Abstract
|
| 20 |
+
|
| 21 |
+
Long-context local inference is expensive to start, expensive to rebuild, and easy to bootstrap poorly. This work presents persistent session-state continuity: checkpoint, kill, restore, continue -- with exact fidelity on Apple Silicon unified memory.
|