fix: Use a prebuilt CPU wheel for llama-cpp-python, not a source build 84d5d03 atakan Claude Sonnet 5 commited on 6 days ago
fix: Wire up the GGUF deployment path and fix its tokenizer mismatch e1f9681 atakan Claude Sonnet 5 commited on 6 days ago
fix: Stop final synthesis from hallucinating past a fabrication refusal 4a647b7 atakan commited on 7 days ago
fix: Repetition-loop generation, redundant tool spam, and KaTeX placeholder leak c008bd9 atakan commited on 7 days ago
fix: Fall back to end-of-string match for truncated tool-call JSON 53fb4c4 atakan commited on 7 days ago
fix: Extend provenance guard to 1D arrays; repair trailing-comma JSON 2739ebf atakan Claude Fable 5 commited on 7 days ago
fix: Don't route CUDA/ZeroGPU calls through a manually-created thread 4de16e3 atakan Claude Fable 5 commited on 7 days ago
fix: Stop silent empty-answer fallback; surface tool-error reasons 7cdd3d6 atakan Claude Fable 5 commited on 7 days ago
fix: Enforce parameter provenance, fix rendering/citations, add tools, harden agent loop 48ee375 atakan Claude Fable 5 commited on 7 days ago
chore: Remove dead code and stale Docker/GGUF-era artifacts f803d3f atakan Claude Sonnet 5 commited on 8 days ago
fix: Don't pass the model-holding agent as a @spaces.GPU argument 8edeb7f atakan Claude Sonnet 5 commited on 8 days ago
debug: Add timing/token-count diagnostics and explicit EOS to PyTorch generate() 01c9d8d atakan Claude Sonnet 5 commited on 8 days ago
fix: Explicitly .to('cuda') instead of device_map='auto' on ZeroGPU a22c85e atakan Claude Sonnet 5 commited on 8 days ago
perf: Use SDPA attention on CUDA instead of the eager default 72bc69e atakan Claude Sonnet 5 commited on 8 days ago
fix: Raise ZeroGPU call duration budget; drop stale llama.cpp comment 1498459 atakan Claude Sonnet 5 commited on 8 days ago
fix: Launch the ZeroGPU probe Gradio app on its own port, not mounted d9203b7 atakan Claude Sonnet 5 commited on 8 days ago
fix: Move the ZeroGPU probe function to module scope f950fd2 atakan Claude Sonnet 5 commited on 8 days ago
fix: Register a real @spaces.GPU Gradio event handler for ZeroGPU startup check 9a21cc0 atakan Claude Sonnet 5 commited on 8 days ago
fix: Include the actual Gradio/ZeroGPU code changes missed in the last commit b24b1e1 atakan Claude Sonnet 5 commited on 8 days ago
feat: Move the Space from CPU-only Docker to ZeroGPU (Gradio SDK) ef72bf0 atakan Claude Sonnet 5 commited on 8 days ago
fix: Serialize inference requests to prevent concurrent llama.cpp crashes 80cc518 atakan Claude Sonnet 5 commited on 8 days ago
perf: Build llama.cpp for AVX2/FMA instead of the generic fallback target f971ecf atakan Claude Sonnet 5 commited on 8 days ago
revert: Don't block app startup on a warm-up generation c01ad45 atakan Claude Sonnet 5 commited on 8 days ago
perf: Warm up the model's KV cache during startup, not on the first user request f22161c atakan Claude Sonnet 5 commited on 8 days ago
fix: Increase llama.cpp context window to fit the system prompt + tool schemas ad33173 atakan Claude Sonnet 5 commited on 8 days ago
fix: Load the actual fine-tuned ControlAI model on HF Spaces, not stock Qwen2.5 6be46a5 atakan Claude Sonnet 5 commited on 8 days ago
feat: Enforce high-speed GGUF Q4_K_M llama_cpp execution on Hugging Face Spaces CPU cb61511 atakan commited on 8 days ago
perf: Preload model on container startup and optimize PyTorch CPU multi-threading 306a458 atakan commited on 8 days ago
fix: Add jsonschema, scikit-learn, pyyaml, and dependencies to requirements.txt 16e844c atakan commited on 8 days ago
fix: Restore fine-tuned LoRA agent default loading, space-separated array parsing, and plot rendering 6d7f290 atakan commited on 8 days ago
fix: Ensure fine-tuned LoRA adapter is loaded by default and fix math placeholder collision in web UI d9f2434 atakan commited on 8 days ago
fix: Protect all LaTeX math, fractions, Greek letters, and matrix environments from markdown parser f9502c9 atakan commited on 8 days ago
fix: Enforce Python tool execution for plots and sanitize raw LaTeX figure tags in Web UI a5c67b7 atakan commited on 8 days ago
feat: Add high-speed C++ GGUF and Ollama engine backends to agent orchestrator 9b35e00 atakan commited on 8 days ago
chore: Streamline repository to focused 2-step local launcher and clean up disk 2d71e4f atakan commited on 8 days ago
feat: Add model fusion script and Ollama Modelfile configuration 30f040e atakan commited on 8 days ago
fix: Make pypdf lazy import and use requirements.txt in Colab Step 1 d08774c atakan commited on 8 days ago
fix: Simplify Colab notebook, fix rank_bm25 import handling, and clean up prompts 1f68b63 atakan commited on 8 days ago
feat: Add universal PyTorch/Transformers backend for Linux and Google Colab 3e59ef3 atakan commited on 9 days ago