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
Adding codecarbon detect CLI and the ability to report on hardware without running measurements. (#1031)
* Add `detect` command to CLI to report system hardware without starting a tracker.
* Create `EmissionsTracker.get_detected_hardware()` to return basic hardware information.
* Update internal logging to use `get_detected_hardware()`.
* Create `examples/print_hardware.py` and unit tests.
* Add documentation for the `detect` command in README and usage guide.
While CodeCarbon can be used in Conda environments, we no longer maintain Conda packages. We recommend using ``pip install codecarbon`` within your Conda environment, which works seamlessly with Conda.
<p>While CodeCarbon can be used in Conda environments, we no longer maintain Conda packages. We recommend using <codeclass="docutils literal notranslate"><spanclass="pre">pip</span><spanclass="pre">install</span><spanclass="pre">codecarbon</span></code> within your Conda environment, which works seamlessly with Conda.</p>
0 commit comments