Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
1358bcc
1
Parent(s):
3d3cfa7
Fix typo (#7)
Browse files- Fix typo (cf9a9432adbfc0f5bdfb75a1d29467bd7342402d)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -41,4 +41,4 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
-
-
|
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
+
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|