~/llamay $ # build a context and put it on disk ~/llamay $ llamay ctx build -m qwen2.5:0.5b -o build/demo/work/session.llamayctx -p "Notes f rom the incident: the queue backed up at 02:14, the consumer had been restarted at 02:09, an d the dead-letter topic was empty." prefilled 38 tokens in 244ms saved build/demo/work/session.llamayctx (912.20 KiB) in 6ms ~/llamay $ ls -lh build/demo/work/session.llamayctx | awk '{print $5, $9}' 912K build/demo/work/session.llamayctx ~/llamay $ # a different process, later: restore it rather than prefill again ~/llamay $ llamay ctx restore -m qwen2.5:0.5b -i build/demo/work/session.llamayctx restored 38 tokens in 2ms