Commit History

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

feat: Move the Space from CPU-only Docker to ZeroGPU (Gradio SDK)
ef72bf0

atakan Claude Sonnet 5 commited on

fix: Serialize inference requests to prevent concurrent llama.cpp crashes
80cc518

atakan Claude Sonnet 5 commited on

perf: Build llama.cpp for AVX2/FMA instead of the generic fallback target
f971ecf

atakan Claude Sonnet 5 commited on

revert: Don't block app startup on a warm-up generation
c01ad45

atakan Claude Sonnet 5 commited on

perf: Warm up the model's KV cache during startup, not on the first user request
f22161c

atakan Claude Sonnet 5 commited on

fix: Increase llama.cpp context window to fit the system prompt + tool schemas
ad33173

atakan Claude Sonnet 5 commited on

fix: Load the actual fine-tuned ControlAI model on HF Spaces, not stock Qwen2.5
6be46a5

atakan Claude Sonnet 5 commited on

feat: Enforce high-speed GGUF Q4_K_M llama_cpp execution on Hugging Face Spaces CPU
cb61511

atakan commited on

perf: Preload model on container startup and optimize PyTorch CPU multi-threading
306a458

atakan commited on

fix: Add jsonschema, scikit-learn, pyyaml, and dependencies to requirements.txt
16e844c

atakan commited on

feat: Add Dockerfile and Hugging Face Space configuration
8e40b3a

atakan commited on

fix: Restore fine-tuned LoRA agent default loading, space-separated array parsing, and plot rendering
6d7f290

atakan commited on

fix: Ensure fine-tuned LoRA adapter is loaded by default and fix math placeholder collision in web UI
d9f2434

atakan commited on

fix: Protect all LaTeX math, fractions, Greek letters, and matrix environments from markdown parser
f9502c9

atakan commited on

fix: Enforce Python tool execution for plots and sanitize raw LaTeX figure tags in Web UI
a5c67b7

atakan commited on

feat: Add high-speed C++ GGUF and Ollama engine backends to agent orchestrator
9b35e00

atakan commited on

chore: Streamline repository to focused 2-step local launcher and clean up disk
2d71e4f

atakan commited on

feat: Add model fusion script and Ollama Modelfile configuration
30f040e

atakan commited on

fix: Make pypdf lazy import and use requirements.txt in Colab Step 1
d08774c

atakan commited on

fix: Simplify Colab notebook, fix rank_bm25 import handling, and clean up prompts
1f68b63

atakan commited on

feat: Add universal PyTorch/Transformers backend for Linux and Google Colab
3e59ef3

atakan commited on

feat: Initial open-source release of ControlAI
9936912

atakan commited on