Spaces:
Running on Zero
Running on Zero
File size: 779 Bytes
79e91df | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | llama_context: n_ctx_seq (4096) < n_ctx_train (262144) -- the full capacity of the model will not be utilized
UNSTUCK_BACKEND = offgrid
OFFGRID_GGUF_PATH = ~/github/unstuck/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf
generate() defined in module: unstuck.backend
=== OUTPUT FROM THE LOCAL MODEL ===
{
"steps": [
{
"text": "Clear all items from the desk and sort them into 'keep', 'return', and 'discard' piles.",
"minutes": 3
},
{
"text": "Organize the 'keep' items by category (e.g., documents, supplies, devices) and place them in designated spots.",
"minutes": 4
},
{
"text": "Clean the desk surface with a cloth and wipe away dust; finally, place a fresh notepad and pen in a visible spot.",
"minutes": 3
}
]
}
|