Skip to content

Commit 8bd3876

Browse files
Merge pull request #731 from mlcommons/dev
Dev -> main
2 parents d60529d + 93cbab4 commit 8bd3876

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ We provide the scores and performance profiles for the [paper baseline algorithm
391391
## Package your Submission code
392392

393393
If you have registered for the AlgoPerf competition you will receive
394-
an email with a link to a UI to upload a compressed submission folder.
394+
an email on 3/27/2024 with a link to a UI to upload a compressed submission folder.
395395

396396
To package your submission modules please make sure your submission folder is structured as follows:
397397

@@ -417,7 +417,7 @@ Specifically we require that:
417417
1. There exist subdirectories in the the submission folder named after the ruleset: `external_tuning` or `self_tuning`.
418418
2. The ruleset subdirectories contain directories named according to
419419
some identifier of the algorithm.
420-
3. Each algorithm subdirectory contains a `submission.py` module. Additional helper modules are allowed. If there are additional python packages that have to be installed for the algorithm also include the `requirements.txt` in the algorithm subdirectory.
420+
3. Each algorithm subdirectory contains a `submission.py` module. Additional helper modules are allowed if prefer to you organize your code into multiple files. If there are additional python packages that have to be installed for the algorithm also include a `requirements.txt` with package names and versions in the algorithm subdirectory.
421421
4. For `external_tuning` algorithms the algorithm subdirectory
422422
should contain a `tuning_search_space.json`.
423423

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828

2929
> [!IMPORTANT]
3030
> Upcoming Deadline:
31-
> Submission deadline: **April 04th, 2024** (*moved by a week*) \
32-
> For other key dates please see [Call for Submissions](/CALL_FOR_SUBMISSIONS.md).
31+
> Submission deadline: **April 04th, 2024** (*moved by a week*). \
32+
> For submission instructions please see [Packaging your Submission Code](/GETTING_STARTED.md#package-your-submission-code) section in the Getting Started document.\
33+
> For other key dates please see [Call for Submissions](CALL_FOR_SUBMISSIONS.md).
3334
3435
## Table of Contents <!-- omit from toc -->
3536

0 commit comments

Comments
 (0)