From b3d2a6ebeaeeeac13212da661d08d165bc2a64da Mon Sep 17 00:00:00 2001 From: yilun_jin <jyl.jal123@gmail.com> Date: Fri, 22 Mar 2024 05:04:48 +0000 Subject: [PATCH] Update docs/submission.md --- docs/submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submission.md b/docs/submission.md index a40ebdc..521b595 100644 --- a/docs/submission.md +++ b/docs/submission.md @@ -120,6 +120,6 @@ Assuming, you have cloned the repo already by following the instructions [here]( 2. Tag your submission (e.g., `git tag -am "submission-v0.1" submission-v0.1`). 3. Push your changes and tags to the AIcrowd repository (e.g. `git push origin submission-v0.1`) -After pushing your tag, you can view your submission details at `https://gitlab.aicrowd.com/<YOUR-AICROWD-USER-NAME>/amazon-kdd-cup-2024-starter-kit/issues`. +After pushing your tag, you can view your submission details at `https://gitlab.aicrowd.com/<YOUR-AICROWD-USER-NAME>/amazon-kdd-cup-2024-starter-kit/issues`. It may take about **30 minutes** for each submission to build and begin evaluation, so please be patient. Ensure your `aicrowd.json` is correctly filled with the necessary metadata, and you've replaced `<YOUR-AICROWD-USER-NAME>` with your GitLab username in the provided URL. -- GitLab