Skip to content

Commit 0ffc09b

Browse files
Sela TachnaiSela Tachnai
authored andcommitted
extra changes
1 parent 6a83809 commit 0ffc09b

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

energy-leaderboard-web/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
4+
<head>
45
<meta charset="UTF-8" />
56
<link rel="icon" type="image/svg+xml" href="/leaf.svg" />
67
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta name="description" content="Compare energy efficiency of Large Language Models - Open benchmarks for sustainable AI" />
8+
<meta name="description"
9+
content="Compare energy efficiency of Large Language Models - Open benchmarks for sustainable AI" />
810
<meta name="theme-color" content="#84C6A3" />
911
<link rel="preconnect" href="https://fonts.googleapis.com">
1012
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
13+
<link
14+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
15+
rel="stylesheet">
1216
<title>Energy Leaderboard | Sustainable AI Benchmarks</title>
13-
</head>
14-
<body class="bg-white dark:bg-dark-bg text-gray-900 dark:text-gray-100 antialiased">
17+
</head>
18+
19+
<body class="bg-white dark:bg-dark-bg text-gray-900 dark:text-gray-100 antialiased">
1520
<div id="root"></div>
1621
<script type="module" src="/src/main.tsx"></script>
17-
</body>
18-
</html>
22+
</body>
23+
24+
</html>

src/data/metrics_schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@
101101
},
102102
"device_type": {
103103
"type": "string",
104-
"enum": ["apple", "nvidia", "amd", "intel", "unknown"],
104+
"enum": [
105+
"apple",
106+
"nvidia",
107+
"amd",
108+
"intel",
109+
"unknown"
110+
],
105111
"description": "Device category for filtering and comparison"
106112
},
107113
"os_name": {

0 commit comments

Comments
 (0)