Skip to content

Commit 95ab010

Browse files
rkinasalexzhang13
andauthored
Description: delete leaderboard and examples of LB codes. (#124)
* Update README.md * Create OpenAI Triton submission.py * Create reference.py for vector add example. * Create submission.py for Pytorch CUDA inline. * Create reference.py for Pytorch CUDA inline - vectors add * Update python-creations.md * Updated description with warning --------- Co-authored-by: alexzhang13 <alex.lx.zhang@gmail.com>
1 parent d61bd0b commit 95ab010

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/docs/creating-a-leaderboard/python-creations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,17 @@ of designing a variety of input/output types beyond just lists of Tensors, as we
152152
is actually placed (e.g. on device or on host). Furthermore, we allow leaderboard creators to define
153153
their own correctness check functions, because some leaderboards may allow for low-precision
154154
submissions through an allowable error such as `rtol` or `atol`.
155+
156+
## Deleting a Leaderboard
157+
If you have sufficient permissions on the server, you can also delete leaderboards with:
158+
159+
<center>
160+
```
161+
/leaderboard delete {leaderboard_name: str}
162+
```
163+
</center>
164+
165+
This command will display a UI window with a list of available leaderboards. Select the leaderboard you want to delete from the list. Once confirmed, the leaderboard and all associated submissions will be permanently removed. Please use this command with caution, as it will also delete the leaderboard history as well.
166+
167+
## Example Files
168+
You can find complete examples of eval.py, reference_code.py, and submission.py files in the discord-cluster-manager repository under the examples directory at discord-cluster-manager/tree/main/examples. These examples demonstrate different types of leaderboards and can serve as templates for creating your own leaderboards.

0 commit comments

Comments
 (0)