deploy: Space overrides -- CUDA requirements.txt and app_space.py entry point e901ca7 Running atakan Claude Opus 5 commited on about 5 hours ago
fix: Drop ChatInterface(type=...), removed in Gradio 6 d554d58 atakan Claude Opus 5 commited on about 5 hours ago
fix: Make the Space a Gradio app, which is what ZeroGPU requires c5194c9 atakan Claude Opus 5 commited on about 6 hours ago
add: Hosted generation for the Space, and retire the ZeroGPU attempt 74544ce atakan Claude Opus 5 commited on about 22 hours ago
fix: Launch the probe again, with SSR off 098a4cf atakan Claude Opus 5 commited on about 22 hours ago
fix: Mount the ZeroGPU probe instead of launching a second server 5388c07 atakan Claude Opus 5 commited on about 22 hours ago
add: A two-sided CUDA diagnostic for the ZeroGPU worker failure c74703c atakan Claude Opus 5 commited on 1 day ago
fix: Unpin the Space's torch -- and undo a mis-targeted revert 31f62ef atakan Claude Opus 5 commited on 1 day ago
Revert "revert: Unpin the Space's torch -- the CUDA 12 theory was wrong" 7498488 atakan commited on 1 day ago
revert: Unpin the Space's torch -- the CUDA 12 theory was wrong 6d404fb atakan Claude Opus 5 commited on 1 day ago
fix: Keep CUDA calls off the dedicated inference thread -- again cef571e atakan Claude Opus 5 commited on 1 day ago
fix: Run inference inside @spaces.GPU, where the weights actually exist 88bdfd7 atakan Claude Opus 5 commited on 1 day ago
fix: Don't let a half-loaded Embedder look like a loaded one 929b04a atakan Claude Opus 5 commited on 1 day ago
fix: Warm the retrieval embedder inside ZeroGPU's import window too ac301c2 atakan Claude Opus 5 commited on 1 day ago
fix: Build the Space's agent at import scope, where ZeroGPU is watching 3e5d998 atakan Claude Opus 5 commited on 1 day ago
fix: Load the Space's model the one way ZeroGPU allows e9a64ca atakan Claude Opus 5 commited on 1 day ago
fix: Accept the Space's existing CONTROLAI_BACKEND spelling, and stop guessing 31e0df0 atakan Claude Opus 5 commited on 1 day ago
fix: Unpin the Space's transformers -- the pin made the build unsolvable e384d86 atakan Claude Opus 5 commited on 1 day ago
add: A CUDA path for the demo Space, behind the existing engine contract 1476b6c atakan Claude Opus 5 commited on 1 day ago
fix: Move the retrieval index out of git and onto the Hub ec1d77f atakan Claude Opus 5 commited on 1 day ago
refactor: Collapse four inference backends into one MLX path 9e637cd atakan Claude Opus 5 commited on 1 day ago
fix: Three silent retrieval bugs, and bridge in 88% of the corpus 9009a09 atakan Claude Opus 5 commited on 1 day ago
add: Truncate conversation history to a fixed token budget 5d9e9cd atakan Claude Sonnet 5 commited on 3 days ago
test: Try float16 instead of bfloat16 for the PyTorch CUDA path 6902397 atakan Claude Sonnet 5 commited on 3 days ago
fix: Stop the PyTorch backend from using pure greedy decoding 96a6888 atakan Claude Sonnet 5 commited on 3 days ago
add: CONTROLAI_BACKEND=pytorch escape hatch to bypass the GGUF path dfe7123 atakan Claude Sonnet 5 commited on 3 days ago
fix: Remove a test chunk that leaked into the shipped RAG index 9b37428 atakan Claude Sonnet 5 commited on 3 days ago
fix: Ship the RAG index with the deploy -- it was never reaching the Space 5cc9815 atakan Claude Sonnet 5 commited on 3 days ago
fix: Use a prebuilt CPU wheel for llama-cpp-python, not a source build 84d5d03 atakan Claude Sonnet 5 commited on 3 days ago
fix: Wire up the GGUF deployment path and fix its tokenizer mismatch e1f9681 atakan Claude Sonnet 5 commited on 3 days ago
fix: Stop final synthesis from hallucinating past a fabrication refusal 4a647b7 atakan commited on 4 days ago
fix: Repetition-loop generation, redundant tool spam, and KaTeX placeholder leak c008bd9 atakan commited on 4 days ago
fix: Fall back to end-of-string match for truncated tool-call JSON 53fb4c4 atakan commited on 4 days ago
fix: Extend provenance guard to 1D arrays; repair trailing-comma JSON 2739ebf atakan Claude Fable 5 commited on 4 days ago
fix: Don't route CUDA/ZeroGPU calls through a manually-created thread 4de16e3 atakan Claude Fable 5 commited on 4 days ago
fix: Stop silent empty-answer fallback; surface tool-error reasons 7cdd3d6 atakan Claude Fable 5 commited on 4 days ago
fix: Enforce parameter provenance, fix rendering/citations, add tools, harden agent loop 48ee375 atakan Claude Fable 5 commited on 4 days ago
chore: Remove dead code and stale Docker/GGUF-era artifacts f803d3f atakan Claude Sonnet 5 commited on 5 days ago
fix: Don't pass the model-holding agent as a @spaces.GPU argument 8edeb7f atakan Claude Sonnet 5 commited on 5 days ago
debug: Add timing/token-count diagnostics and explicit EOS to PyTorch generate() 01c9d8d atakan Claude Sonnet 5 commited on 5 days ago
fix: Explicitly .to('cuda') instead of device_map='auto' on ZeroGPU a22c85e atakan Claude Sonnet 5 commited on 5 days ago
perf: Use SDPA attention on CUDA instead of the eager default 72bc69e atakan Claude Sonnet 5 commited on 5 days ago
fix: Raise ZeroGPU call duration budget; drop stale llama.cpp comment 1498459 atakan Claude Sonnet 5 commited on 5 days ago
fix: Launch the ZeroGPU probe Gradio app on its own port, not mounted d9203b7 atakan Claude Sonnet 5 commited on 5 days ago
fix: Move the ZeroGPU probe function to module scope f950fd2 atakan Claude Sonnet 5 commited on 5 days ago
fix: Register a real @spaces.GPU Gradio event handler for ZeroGPU startup check 9a21cc0 atakan Claude Sonnet 5 commited on 5 days ago
fix: Include the actual Gradio/ZeroGPU code changes missed in the last commit b24b1e1 atakan Claude Sonnet 5 commited on 5 days ago