We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a539ee + dabc01c commit d8813e4Copy full SHA for d8813e4
apiserver/apiserver/web/leaderboard.py
@@ -175,6 +175,7 @@ def leaderboard():
175
"num_games": int(row["num_games"]),
176
"score": float(row["score"]),
177
"language": row["language"],
178
+ "is_gpu_enabled": row["is_gpu_enabled"],
179
"country": row["country_code"],
180
"rank": int(row["rank"]) if row["rank"] is not None else None,
181
"organization_rank": int(row["organization_rank"]) if row["organization_rank"] is not None and row["organization_id"] is not None else None,
0 commit comments