godseed / mind

Commit History

GPU final: model resident on cuda (no per-call transfer) + 240s budget + one-shot β€” fixes empty-output timeout
54342fa
verified

AndresCarreon commited on

REAL MODEL on reliable CPU: llama.cpp 4B Nemotron, one-shot, compact prompt; cpu-basic hardware
a1fdcfe
verified

AndresCarreon commited on

match the working bench EXACTLY: .to(cuda) inside the GPU call every time (no caching) β€” fixes the persistent NVML on the live single call
0606513
verified

AndresCarreon commited on

ONE-SHOT plan generation for ZeroGPU: whole wish in a single @spaces.GPU call (ends the multi-call NVML crash, far faster) + deterministic town fallback so a wish never builds nothing
6ccf62b
verified

AndresCarreon commited on

FIX multi-call NVML crash: eager .to(cuda) under spaces at load (manages GPU residency across a wish's many calls) β€” not lazy-per-call
89c0fb9
verified

AndresCarreon commited on

back to zerogpu (CPU-only app is killed on ZeroGPU hardware) + retry transient NVML/CUDA failures on a fresh GPU schedule
f78115e
verified

AndresCarreon commited on

switch live backend to llama.cpp (CPU, GBNF-constrained) β€” reliable, ends the ZeroGPU NVML flakiness; max threads
8e60650
verified

AndresCarreon commited on

FORGIVING TOWNS: map any building kind (never reject), district reroute, restore god's voice (content-only moderation), town few-shot pushes build_district+roads, honest fail on empty
baf9d60
verified

AndresCarreon commited on

FIX zerogpu NVML crash: defer cuda placement into the GPU context (no startup CUDA init); reject failed wishes honestly instead of empty-granting
5789bc7
verified

AndresCarreon commited on

Town Mode: close town view by default, build_district + place_road, bank/market/house, grow-one-town steering, behold-the-world reveal, tamed needle
b0d758d
verified

AndresCarreon commited on

City Update: towers/warehouses/cafes, spawn_life (carts/birds/fireflies), cinematic descent, visible deltas, camera gaze, bigger ticker, counter fix
239a30f
verified

AndresCarreon commited on

readable tool docs (engine as_dict), water syntax note, translate-not-refuse guidance
c3222f2
verified

AndresCarreon commited on

strip echoed READING label; fix status sky suffix accretion
e947a5e
verified

AndresCarreon commited on

example coordinates stay in the example
b4a9c0a
verified

AndresCarreon commited on

sharpen example/live wish boundary in prompts
fd1a69a
verified

AndresCarreon commited on

gradio Server mode + browser-invoked granting (the her idiom)
3d6a43c
verified

AndresCarreon commited on

transformers v5 in-tree stack
7435b97
verified

AndresCarreon commited on

switch to 9B-v2 in-tree, kernel-free
b8dfd7b
verified

AndresCarreon commited on

trust_remote_code for nvidia repos
b190972
verified

AndresCarreon commited on

GODSEED v0
0594db3
verified

AndresCarreon commited on