File size: 348 Bytes
c0e3e73 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | """
OCC: Oracle-Credit-Compute System
A minimal open-source stack for cost-aware, compute-efficient agent systems.
Quick start:
python -m benchmarks.benchmark_code
python -m benchmarks.benchmark_retrieval_qa
python -m benchmarks.benchmark_debate
python -m eval_runner
For GRPO training demo:
python -m rl.grpo_train_demo
"""
|