Spaces:
Running
Running
Commit History
Refactor code structure for improved readability and maintainability 26929a3
Update Dockerfile to use python3 for virtual environment creation in newer PyTorch images 5ba45fd
Refactor code structure for improved readability and maintainability c56b5ec
Bump train Space base to pytorch:2.10.0-cuda12.6 (torchao>=0.16 needs torch>=2.7's register_constant) 6944612
Comprehensive fix: newer dep stack + HF-dataset cache + verified locally 508cb6a
Allow shipping pre-built council cache in env Space for instant UI c41ab72
Council fallback to mock with annotated rationale on real-client failure 1046c2a
Drop Gradio for FastAPI+HTML to break websockets conflict chain 7c12dc6
Comprehensive audit: layered cache + version-coherent train deps + fail-fast 44cae13
Wire /council endpoint to real OpenAI client when API_BASE_URL is set 5300d68
Merge branch 'main' of github-personal:CRIMSONHydra/stocker 20e66e2
Add target=_blank to external links so iframe-embedded README clicks escape the Space iframe 58417b4
Merge pull request #2 from CRIMSONHydra/final-changes b94ff51 unverified
Naverdo Sandeep commited on
Bust Docker cache for git clone via ADD of latest commit SHA URL 76005d9
Pin train deps to torch-2.5-compatible versions 37b5057
Bump training Space base image to pytorch 2.7.0 for torchao>=0.16 compat (torch.int1 added in 2.6+) ad0ea25
Fix broken README links on the Space iframe + nav cleanup 5178279
Update .gitignore to exclude Vite build artifacts and enhance App component with chart range filtering and current price indicators 0ab6b42
anishkanase-scaler commited on
Add USE_MOCK_SPECIALISTS env toggle for endpoint-independent training b874fc1
Drop base_path from Space frontmatter so iframe loads / (new blog landing) by default 4792265
Render README as blog landing page at / + move demo to /web 829c2ce
Restore multi-stage Dockerfile: rebuild React frontend in stage 1, mount in stage 2 2fc0dc2
Rename env Space to stocker-env to avoid conflict with stocker Inference Endpoint ade7b24
ci: hardcode non-secret config in workflow env (only HF_TOKEN needs to be a GitHub secret now) 292c98f
Remove colab_launcher.ipynb (HF security scanner flag, cloudflared tunnel no longer needed since we moved to HF Spaces) c3c21ba
ci: auto-sync HF Space secrets via HfApi.add_space_secret 676aa2c
Revert root Dockerfile to single-stage (drop React build until lockfile/build is verified) 66378cf
ci: auto-create HF Spaces if missing; sync README to current setup f171c96
Refactor notebook to use hosted HF Inference Endpoint for Gemma 4, enhancing modularity and performance 14fe187
Build React frontend in Docker, drop --mock from training Space evals 2430c2e
ci: GitHub Actions workflow to deploy both HF Spaces on push to main 1db71d5
Fix training Space Dockerfile: clone repo instead of COPY (HF Spaces needs root Dockerfile) d2ed68a
Add HF endpoint wiring, training Space, submission-ready README + blog 65f4416
Add notebook for tuning reward on task_easy with Gemma 4 E4B IT 3b76cb7
Merge branch 'main' of github-personal:CRIMSONHydra/stocker 8aafbdb
Add corpus functionality: implement endpoints, loader, and build script for expanded dataset b899f27
Merge pull request #1 from CRIMSONHydra/frontend 3c3f88f unverified
anishkanase-scaler commited on
Refactor environment checks and improve data handling in API responses; update .gitignore for clarity 0ebbf03
anishkanase-scaler commited on
Refactor code structure and remove redundant changes 893aadb
anishkanase-scaler commited on
Enhance training and smoke test notebooks; update dependencies and configurations 9f285a1
Refactor Council.run to support Jupyter environments; add smoke test notebook and related files df4a890
Enhance TransformersLLMClient initialization with improved memory management and diagnostics; update Colab notebook execution counts and repository URL 67d30f8
Add Pyright configuration, enhance dataset building, and update training notebook 5c054f2
Update Colab launcher to use the correct repository URL and streamline server startup process d256f31
Enhance Colab integration with VSCode; add colab_launcher notebook and update train_grpo workflow for repo detection 365ae1f
Add scripts for rendering charts and serving vLLM; enhance task validation and introduce council tests 70a0c37
init 53503f4
naverdo commited on