You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick test to give total Watts on any OS: pip install codecarbon, codecarbon init, codecarbon monitor to have a UI tracking dashboard from current global usage OS.
Implementation in LLaMA-Factory per function could be as extra_require optional with pip install -e .[codecarbon] or pip install -e .[metrics], more in /examples and would end in README.md of section Watts/Carbon Emitted/cost estimation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
log watts consommation using codecarbon.
Quick test to give total Watts on any
OS
:pip install codecarbon
,codecarbon init
,codecarbon monitor
to have a UI tracking dashboard from current global usageOS
.Implementation in LLaMA-Factory per function could be as
extra_require
optional withpip install -e .[codecarbon]
orpip install -e .[metrics]
, more in/examples
and would end inREADME.md
of section Watts/Carbon Emitted/cost estimation.Beta Was this translation helpful? Give feedback.
All reactions