Commit History

Add CLAUDE.md project guide and HF Space deployment script
ef16990

Sushruth21 Claude Opus 4.6 commited on

FIX: Make graders.py self-contained to fix Phase 2 validation failure
a561a86

Sushruth21 Claude Opus 4.6 commited on

FIX: Update openenv.yaml to use graders module instead of task_graders - ensures validator can discover all 5 graders
ece9033

Sushruth21 commited on

Trigger HF Space rebuild
49678b6

Sushruth21 commited on

Fix PYTHONPATH in Dockerfile to include /app/env for grader discovery
dd09693

Sushruth21 commited on

Add explicit grader verification script with manifest
b553381

Sushruth21 commited on

Add inference script and grader validation guide for judges
167e7cd

Sushruth21 commited on

Add grader_discovery module for explicit validator support
9b145be

Sushruth21 commited on

Add comprehensive grader configuration documentation
9ceadb4

Sushruth21 commited on

Add __all__ export to task_graders.py for proper validator discovery of graders
3e2db72

Sushruth21 commited on

Fix: Entry point should reference main function for multi-mode deployment
1ac045c

Sushruth21 commited on

Fix: Export app from server package for entry point resolution
9844006

Sushruth21 commited on

Add [project.scripts] server entry point for OpenEnV validation
ec5162a

Sushruth21 commited on

Merge branch 'main' of https://github.com/Sushruth-21/Energy-and-Memory-Ram-Optimization
50dd076

Sushruth21 commited on

Merge pull request #1 from Sushruth-21/temp-clean
ef83b36
unverified

Sushruth21 commited on

Merge branch 'main' into temp-clean
2f299ed
unverified

Sushruth21 commited on

Fix Dockerfile and graders.py: Remove he_demo namespace references
affd8d5

Sushruth21 commited on

Fix Dockerfile and graders.py: Remove he_demo namespace references
e17cdab

Sushruth21 commited on

Fix pyproject.toml: Remove he_demo namespace for root-level structure
2f1c122

Sushruth21 commited on

remove: delete inference_v2.py (merged into inference.py)
787024c

Sushruth21 commited on

merge: combine inference_v2.py into inference.py with token rewards, pipeline, and benchmarks while maintaining validation support
43d440b

Sushruth21 commited on

fix: update openenv.yaml with root-level paths and task configurations
3999d31

Sushruth21 commited on

refactor: revert to root-level package structure with proper imports and hacky pyproject.toml setup
a2d497c

Sushruth21 commited on

fix: update validation scripts with proper he_demo imports for openenv validation
c4530ac

Sushruth21 commited on

Fix pyproject.toml: Remove he_demo namespace for root-level structure
2d9d7f4

Sushruth21 commited on

Fix openenv.yaml app path for root-level structure
8788ab2

Sushruth21 commited on

remove: delete inference_v2.py (merged into inference.py)
dcd61d3

Sushruth21 commited on

merge: combine inference_v2.py into inference.py with token rewards, pipeline, and benchmarks while maintaining validation support
0d49f65

Sushruth21 commited on

fix: update openenv.yaml with root-level paths and task configurations
89f5e25

Sushruth21 commited on

refactor: revert to root-level package structure with proper imports and hacky pyproject.toml setup
433cefc

Sushruth21 commited on

fix: update validation scripts with proper he_demo imports for openenv validation
cf4926b

Sushruth21 commited on

refactor: proper package structure - move he_demo package to dedicated folder
be60b79

Sushruth21 commited on

docs: add comprehensive v2.0 implementation summary
92cefac

Sushruth21 commited on

feat: advanced LLM inference v2.0 - token-based rewards & dependent task pipeline
cdcdf12

Sushruth21 commited on

feat: comprehensive LLM inference evaluation and validation
71b3314

Sushruth21 commited on

feat: add explicit task registry and validation endpoints
d99151a

Sushruth21 commited on

fix: lazy-load OpenAI imports to allow grader discovery without hanging
95e023b

Sushruth21 commited on

fix: clamp grader scores strictly between 0 and 1 for validator compliance
cca44f4

Sushruth21 commited on

debug: add environment state persistence tests and HF Space debugging guide
4aa36f3

Sushruth21 commited on

feat: remove bias - implement fair, linear reward system (like echo environment)
a27c378

Sushruth21 commited on

feat: integrate task_graders code directly into inference.py
a10c124

Sushruth21 commited on

feat: normalize rewards to 0-1 scale for consistency with grader spec
731a8d0

Sushruth21 commited on

docs: add QUICK_START guide with 5-step setup
5283cf1

Sushruth21 commited on

docs: Add comprehensive run instructions for the energy optimization environment
aff00f6

Sushruth21 commited on

docs: Add deployment status confirming Docker build and uv server running
97cdb06

Sushruth21 commited on

docs: Add execution summary documenting all tests passed and deployment complete
b941043

Sushruth21 commited on

fix: Correct module imports in validate.py for proper grader mocking
193c1fe

Sushruth21 commited on

docs: Add comprehensive hackathon grader integration documentation
1d3978c

Sushruth21 commited on

feat: Integrate task-specific grader validation into validation script
71bd022

Sushruth21 commited on

feat: Integrate task-specific graders into training script per hackathon rules
5f74ac2

Sushruth21 commited on