diff --git a/docs/docs/creating-a-leaderboard/python-creations.md b/docs/docs/creating-a-leaderboard/python-creations.md index e7bb1da..4c43006 100644 --- a/docs/docs/creating-a-leaderboard/python-creations.md +++ b/docs/docs/creating-a-leaderboard/python-creations.md @@ -152,3 +152,17 @@ of designing a variety of input/output types beyond just lists of Tensors, as we is actually placed (e.g. on device or on host). Furthermore, we allow leaderboard creators to define their own correctness check functions, because some leaderboards may allow for low-precision submissions through an allowable error such as `rtol` or `atol`. + +## Deleting a Leaderboard +If you have sufficient permissions on the server, you can also delete leaderboards with: + +