Scrypt / requirements.txt

Commit History

space: load Nemotron the normal way β€” transformers-native (no trust_remote_code), NO mamba_ssm/causal_conv1d. Those custom Triton CUDA kernels were the segfault (THCPModule_initExtension); native falls back to pure-torch Mamba on ZeroGPU.
0c2e095

IMJONEZZ commited on

space: adopt the org's proven NPCverse structure β€” gradio 6 Server + @app .api + app.launch() (installs ZeroGPU hooks), transformers 5 (compatible with gradio 6; trust_remote_code uses our repo's modeling). Replaces the custom engine.launch+route-surgery that broke the hooks and segfaulted.
9203831

IMJONEZZ commited on

space: finetuned Warden on ZeroGPU the documented way β€” bf16 + .to('cuda') module-level + @spaces.GPU(xlarge), no bitsandbytes/device_map (the actual fix). Direct run_in_threadpool call verified by the probe.
321303b

IMJONEZZ commited on

space: ZeroGPU diagnostic β€” measure CPU RAM/disk/VRAM + confirm a @spaces.GPU call works, before loading the model the documented .to('cuda') way
10c83ac

IMJONEZZ commited on

space: revert to Gradio SDK + CPU llama-cpp-python (keeps the prize; ZeroGPU was the problem, not the SDK)
e577af2

IMJONEZZ commited on

space: serve via Blocks.launch (ZeroGPU handshake) + pin transformers<5 for the bnb4 checkpoint format
8051e61

IMJONEZZ commited on

space: torch 2.10 β€” mamba wheels demand triton>=3.5, impossible under torch 2.8
f68cd1e

IMJONEZZ commited on

space: pin torch 2.8 + prebuilt mamba-ssm/causal-conv1d wheels
0abba5d

IMJONEZZ commited on

space: ZeroGPU port β€” Gradio SDK runtime, on-Space Warden inference
d94c85e

IMJONEZZ commited on