Feature#3: EnergyEfficiency [Unable to Push Saved Model File Due to Pre-Commit File Size Limit]
I'm currently unable to commit a saved model file (tdp_regressor.joblib, ~3.5MB) due to the following pre-commit hook restriction: ** check for added large files..............................................Failed
- hook id: check-added-large-files
- exit code: 1
src/hypertool/energy_cost_model/tdp_regressor.joblib (3540 KB) exceeds 500 KB. ** This file is required for the energy cost model functionality, but the hook blocks any file exceeding 500 KB.
Please help me sort this issue so that we can test out the Energy Efficiency Implementation.