Skip to content

Commit

Permalink
Merge pull request #731 from mlcommons/dev
Browse files Browse the repository at this point in the history
Dev -> main
  • Loading branch information
priyakasimbeg authored Mar 26, 2024
2 parents d60529d + 93cbab4 commit 8bd3876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ We provide the scores and performance profiles for the [paper baseline algorithm
## Package your Submission code

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

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

Expand All @@ -417,7 +417,7 @@ Specifically we require that:
1. There exist subdirectories in the the submission folder named after the ruleset: `external_tuning` or `self_tuning`.
2. The ruleset subdirectories contain directories named according to
some identifier of the algorithm.
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.
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.
4. For `external_tuning` algorithms the algorithm subdirectory
should contain a `tuning_search_space.json`.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@

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

Expand Down

0 comments on commit 8bd3876

Please sign in to comment.