Skip to content

Commit d605764

Browse files
committed
Mention codecarbon
1 parent ff5e21c commit d605764

7 files changed

+30
-7
lines changed

css/grayscale.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Start Bootstrap - ML CO2 Impact v5.0.8 ()
3-
* Copyright 2013-2022
3+
* Copyright 2013-2023
44
* Licensed under MIT (https://github.com/BlackrockDigital/ml-co2-impact/blob/master/LICENSE)
55
*/
66

css/grayscale.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/_home.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,20 @@ <h2 class="mx-auto mt"> Machine Learning has a carbon footprint. <br><br>We've m
2525
paper, blog post etc.)</p>
2626
</div>
2727
</div>
28+
<div class="row todo-row">
29+
<div class="col-1 todo-item">
30+
3
31+
</div>
32+
<div class="col-9 col-sm-6">
33+
<p>Install <strong><a href="https://github.com/mlco2/codecarbon" target="_blank"
34+
rel="noopener noreferrer">codecarbon</a></strong> to integrate carbon estimations in
35+
your Python
36+
workfow.
37+
</p>
38+
</div>
39+
</div>
2840

2941
<a href="#compute" class="btn-primary btn js-scroll-trigger">Compute your ML carbon impact</a>
3042
</div>
3143
</div>
32-
</header>
44+
</header>

index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,23 @@ <h2 class="mx-auto mt"> Machine Learning has a carbon footprint. <br><br>We've m
107107
paper, blog post etc.)</p>
108108
</div>
109109
</div>
110+
<div class="row todo-row">
111+
<div class="col-1 todo-item">
112+
3
113+
</div>
114+
<div class="col-9 col-sm-6">
115+
<p>Install <strong><a href="https://github.com/mlco2/codecarbon" target="_blank"
116+
rel="noopener noreferrer">codecarbon</a></strong> to integrate carbon estimations in
117+
your Python
118+
workfow.
119+
</p>
120+
</div>
121+
</div>
110122

111123
<a href="#compute" class="btn-primary btn js-scroll-trigger">Compute your ML carbon impact</a>
112124
</div>
113125
</div>
114126
</header>
115-
116127
<!-- Compute Section -->
117128
<section id="compute" class="compute-section text-center">
118129
<div id="compute-loader">

js/data.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/grayscale.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/prism.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)