teamforge / inference.py

Commit History

fix(OpenEnv): fix rounding bug in inference.py log and ensure safe [0.1, 0.9] interior scores
4f893da

Your Name commited on

fix: increase score precision to 4 decimal places in inference.py to resolve validation out-of-range errors
8842df9

Your Name commited on

fix(OpenEnv): global overhaul to high-resolution interior clamping (0.001-0.999) per technical diagnosis
e317eba

Your Name commited on

fix(OpenEnv): implement robust grader bridge and strict interior clamping [0.1, 0.9] to satisfy Phase 2 validator
94d08ee

Your Name commited on

fix(OpenEnv): remove bonus task and refine ranges to ensure absolute strictly (0, 1) compliance across all fields
652a783

Your Name commited on

fix(OpenEnv): ensure all scores and rewards are strictly within (0, 1) and non-negative to satisfy Phase 2 validator
66bc92c

Your Name commited on

fix: remove all 0.00/1.00 edge cases from inference output
96c705e

Your Name commited on

fix(grader): clamp all scores to [0.01,0.99] and revert inference to :.2f format
f4f5268

Your Name commited on

fix(inference): use 4dp score format in [END] line to preserve strict (0,1) precision
cc587f5

Your Name commited on

fix: remove HF_TOKEN default from inference.py for OpenEnv spec
9c5e3e4

Your Name commited on

fix: add FastAPI REST endpoints for OpenEnv validator
637f42c

Your Name commited on