1
0

[claude] Automated Episode Compiler — Highlights to Published Video (#880) (#1318)

This commit is contained in:
2026-03-24 02:05:14 +00:00
parent 1ddbf353ed
commit f0841bd34e
34 changed files with 2431 additions and 30 deletions

View File

@@ -11,11 +11,9 @@ from unittest.mock import MagicMock, patch
import pytest
from infrastructure.energy.monitor import (
_DEFAULT_MODEL_SIZE_GB,
EnergyBudgetMonitor,
InferenceSample,
_DEFAULT_MODEL_SIZE_GB,
_EFFICIENCY_SCORE_CEILING,
_WATTS_PER_GB_HEURISTIC,
)