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

GPU recovered — back to ZeroGPU (fast+free) with retry resilience; restore transformers stack
3ffd9fd
verified

AndresCarreon commited on

disable flaky LLM judge layer (default-denied every clean wish on llama.cpp); wordlist layers 1-2 remain the gate
db1aa38
verified

AndresCarreon commited on

CPU deployment: trim torch/transformers (llama.cpp only) for fast light cpu-basic builds
40f373b
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

security: re-moderate model text, identity-bound rite token, XFF/queue-freeze hardening, OOM guard; README truth fixes
440755b
verified

AndresCarreon commited on

inline ticker flow, forgiving water args, wish-counter from traces, canonical namespaced tags
8640a9f
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

fix your_turn race: buffer early turns + re-announce in thirds
a8063cb
verified

AndresCarreon commited on

browser-handshake unit tests
30633b9
verified

AndresCarreon commited on

planet owns the root (evict gradio SPA index)
57ad677
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

ship libcudart via pip + kernels
b2ebccb
verified

AndresCarreon commited on

drop mamba kernels (no libcudart at startup)
696f99a
verified

AndresCarreon commited on

preload libcudart for mamba kernel import
c228d37
verified

AndresCarreon commited on

trust_remote_code for nvidia repos
b190972
verified

AndresCarreon commited on

prebuilt llama-cpp wheel index + field notes
6e2d486
verified

AndresCarreon commited on

pin sdk 6.16 stack (mirrors her)
9c2ccfa
verified

AndresCarreon commited on

GODSEED v0
0594db3
verified

AndresCarreon commited on

initial commit
5817625
verified

AndresCarreon commited on