Commit History

deploy: Space overrides -- CUDA requirements.txt and app_space.py entry point
e901ca7
Running

atakan Claude Opus 5 commited on

fix: Drop ChatInterface(type=...), removed in Gradio 6
d554d58

atakan Claude Opus 5 commited on

fix: Make the Space a Gradio app, which is what ZeroGPU requires
c5194c9

atakan Claude Opus 5 commited on

add: Hosted generation for the Space, and retire the ZeroGPU attempt
74544ce

atakan Claude Opus 5 commited on

fix: Launch the probe again, with SSR off
098a4cf

atakan Claude Opus 5 commited on

fix: Mount the ZeroGPU probe instead of launching a second server
5388c07

atakan Claude Opus 5 commited on

add: A two-sided CUDA diagnostic for the ZeroGPU worker failure
c74703c

atakan Claude Opus 5 commited on

fix: Unpin the Space's torch -- and undo a mis-targeted revert
31f62ef

atakan Claude Opus 5 commited on

Revert "revert: Unpin the Space's torch -- the CUDA 12 theory was wrong"
7498488

atakan commited on

revert: Unpin the Space's torch -- the CUDA 12 theory was wrong
6d404fb

atakan Claude Opus 5 commited on

fix: Hold the Space's torch on CUDA 12 wheels
cfb23d0

atakan Claude Opus 5 commited on

fix: Keep CUDA calls off the dedicated inference thread -- again
cef571e

atakan Claude Opus 5 commited on

fix: Run inference inside @spaces.GPU, where the weights actually exist
88bdfd7

atakan Claude Opus 5 commited on

fix: Don't let a half-loaded Embedder look like a loaded one
929b04a

atakan Claude Opus 5 commited on

fix: Warm the retrieval embedder inside ZeroGPU's import window too
ac301c2

atakan Claude Opus 5 commited on

fix: Build the Space's agent at import scope, where ZeroGPU is watching
3e5d998

atakan Claude Opus 5 commited on

fix: Load the Space's model the one way ZeroGPU allows
e9a64ca

atakan Claude Opus 5 commited on

fix: Accept the Space's existing CONTROLAI_BACKEND spelling, and stop guessing
31e0df0

atakan Claude Opus 5 commited on

fix: Unpin the Space's transformers -- the pin made the build unsolvable
e384d86

atakan Claude Opus 5 commited on

fix: Serve the Space a pre-quantised checkpoint
0f20891

atakan Claude Opus 5 commited on

add: A CUDA path for the demo Space, behind the existing engine contract
1476b6c

atakan Claude Opus 5 commited on

fix: Move the retrieval index out of git and onto the Hub
ec1d77f

atakan Claude Opus 5 commited on

refactor: Collapse four inference backends into one MLX path
9e637cd

atakan Claude Opus 5 commited on

fix: Three silent retrieval bugs, and bridge in 88% of the corpus
9009a09

atakan Claude Opus 5 commited on

add: Truncate conversation history to a fixed token budget
5d9e9cd

atakan Claude Sonnet 5 commited on

test: Try float16 instead of bfloat16 for the PyTorch CUDA path
6902397

atakan Claude Sonnet 5 commited on

fix: Stop the PyTorch backend from using pure greedy decoding
96a6888

atakan Claude Sonnet 5 commited on

add: CONTROLAI_BACKEND=pytorch escape hatch to bypass the GGUF path
dfe7123

atakan Claude Sonnet 5 commited on

fix: Remove a test chunk that leaked into the shipped RAG index
9b37428

atakan Claude Sonnet 5 commited on

fix: Ship the RAG index with the deploy -- it was never reaching the Space
5cc9815

atakan Claude Sonnet 5 commited on

fix: Use a prebuilt CPU wheel for llama-cpp-python, not a source build
84d5d03

atakan Claude Sonnet 5 commited on

fix: Wire up the GGUF deployment path and fix its tokenizer mismatch
e1f9681

atakan Claude Sonnet 5 commited on

fix: Stop final synthesis from hallucinating past a fabrication refusal
4a647b7

atakan commited on

fix: Repetition-loop generation, redundant tool spam, and KaTeX placeholder leak
c008bd9

atakan commited on

fix: Fall back to end-of-string match for truncated tool-call JSON
53fb4c4

atakan commited on

fix: Extend provenance guard to 1D arrays; repair trailing-comma JSON
2739ebf

atakan Claude Fable 5 commited on

fix: Don't route CUDA/ZeroGPU calls through a manually-created thread
4de16e3

atakan Claude Fable 5 commited on

fix: Stop silent empty-answer fallback; surface tool-error reasons
7cdd3d6

atakan Claude Fable 5 commited on

fix: Enforce parameter provenance, fix rendering/citations, add tools, harden agent loop
48ee375

atakan Claude Fable 5 commited on

chore: Track scripts/upload_to_hf.py
16e21ec

atakan Claude Sonnet 5 commited on

chore: Remove dead code and stale Docker/GGUF-era artifacts
f803d3f

atakan Claude Sonnet 5 commited on

fix: Don't pass the model-holding agent as a @spaces.GPU argument
8edeb7f

atakan Claude Sonnet 5 commited on

debug: Add timing/token-count diagnostics and explicit EOS to PyTorch generate()
01c9d8d

atakan Claude Sonnet 5 commited on

fix: Explicitly .to('cuda') instead of device_map='auto' on ZeroGPU
a22c85e

atakan Claude Sonnet 5 commited on

perf: Use SDPA attention on CUDA instead of the eager default
72bc69e

atakan Claude Sonnet 5 commited on

fix: Raise ZeroGPU call duration budget; drop stale llama.cpp comment
1498459

atakan Claude Sonnet 5 commited on

fix: Launch the ZeroGPU probe Gradio app on its own port, not mounted
d9203b7

atakan Claude Sonnet 5 commited on

fix: Move the ZeroGPU probe function to module scope
f950fd2

atakan Claude Sonnet 5 commited on

fix: Register a real @spaces.GPU Gradio event handler for ZeroGPU startup check
9a21cc0

atakan Claude Sonnet 5 commited on

fix: Include the actual Gradio/ZeroGPU code changes missed in the last commit
b24b1e1

atakan Claude Sonnet 5 commited on