Commit History

Enhance Dockerfile: Implement BuildKit cache for pip install to optimize dependency fetching
b83fd38

Hydr473 commited on

Refactor code structure for improved readability and maintainability
26929a3

Hydr473 commited on

Update Dockerfile to use python3 for virtual environment creation in newer PyTorch images
5ba45fd

Hydr473 commited on

Refactor code structure for improved readability and maintainability
c56b5ec

Hydr473 commited on

Bump train Space base to pytorch:2.10.0-cuda12.6 (torchao>=0.16 needs torch>=2.7's register_constant)
6944612

Hydr473 commited on

Comprehensive fix: newer dep stack + HF-dataset cache + verified locally
508cb6a

Hydr473 Claude Sonnet 4.6 commited on

Allow shipping pre-built council cache in env Space for instant UI
c41ab72

Hydr473 commited on

Council fallback to mock with annotated rationale on real-client failure
1046c2a

Hydr473 commited on

Drop Gradio for FastAPI+HTML to break websockets conflict chain
7c12dc6

Hydr473 commited on

Comprehensive audit: layered cache + version-coherent train deps + fail-fast
44cae13

Hydr473 commited on

Wire /council endpoint to real OpenAI client when API_BASE_URL is set
5300d68

Hydr473 commited on

Merge branch 'main' of github-personal:CRIMSONHydra/stocker
20e66e2

Hydr473 commited on

Add target=_blank to external links so iframe-embedded README clicks escape the Space iframe
58417b4

Hydr473 commited on

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

Hydr473 commited on

Pin train deps to torch-2.5-compatible versions
37b5057

Hydr473 commited on

Bump training Space base image to pytorch 2.7.0 for torchao>=0.16 compat (torch.int1 added in 2.6+)
ad0ea25

Hydr473 commited on

Fix broken README links on the Space iframe + nav cleanup
5178279

Hydr473 commited on

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

Hydr473 commited on

Drop base_path from Space frontmatter so iframe loads / (new blog landing) by default
4792265

Hydr473 commited on

Render README as blog landing page at / + move demo to /web
829c2ce

Hydr473 commited on

Restore multi-stage Dockerfile: rebuild React frontend in stage 1, mount in stage 2
2fc0dc2

Hydr473 commited on

Rename env Space to stocker-env to avoid conflict with stocker Inference Endpoint
ade7b24

Hydr473 commited on

ci: hardcode non-secret config in workflow env (only HF_TOKEN needs to be a GitHub secret now)
292c98f

Hydr473 commited on

Remove colab_launcher.ipynb (HF security scanner flag, cloudflared tunnel no longer needed since we moved to HF Spaces)
c3c21ba

Hydr473 commited on

ci: auto-sync HF Space secrets via HfApi.add_space_secret
676aa2c

Hydr473 commited on

Revert root Dockerfile to single-stage (drop React build until lockfile/build is verified)
66378cf

Hydr473 commited on

ci: auto-create HF Spaces if missing; sync README to current setup
f171c96

Hydr473 commited on

Refactor notebook to use hosted HF Inference Endpoint for Gemma 4, enhancing modularity and performance
14fe187

Hydr473 commited on

Build React frontend in Docker, drop --mock from training Space evals
2430c2e

Hydr473 commited on

ci: GitHub Actions workflow to deploy both HF Spaces on push to main
1db71d5

Hydr473 commited on

Fix training Space Dockerfile: clone repo instead of COPY (HF Spaces needs root Dockerfile)
d2ed68a

Hydr473 commited on

Add HF endpoint wiring, training Space, submission-ready README + blog
65f4416

Hydr473 Claude Sonnet 4.6 commited on

Add notebook for tuning reward on task_easy with Gemma 4 E4B IT
3b76cb7

Hydr473 commited on

Merge branch 'main' of github-personal:CRIMSONHydra/stocker
8aafbdb

Hydr473 commited on

Add corpus functionality: implement endpoints, loader, and build script for expanded dataset
b899f27

Hydr473 commited on

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

Hydr473 commited on

Refactor Council.run to support Jupyter environments; add smoke test notebook and related files
df4a890

Hydr473 commited on

Enhance TransformersLLMClient initialization with improved memory management and diagnostics; update Colab notebook execution counts and repository URL
67d30f8

Hydr473 commited on

Add Pyright configuration, enhance dataset building, and update training notebook
5c054f2

Hydr473 commited on

Update Colab launcher to use the correct repository URL and streamline server startup process
d256f31

Hydr473 commited on

Enhance Colab integration with VSCode; add colab_launcher notebook and update train_grpo workflow for repo detection
365ae1f

Hydr473 commited on

Add scripts for rendering charts and serving vLLM; enhance task validation and introduce council tests
70a0c37

Hydr473 commited on

init
53503f4

naverdo commited on