From 0dfeb70a7e6627743aa1f5d547bb02d0ce5dc22c Mon Sep 17 00:00:00 2001 From: yilun_jin <jyl.jal123@gmail.com> Date: Thu, 21 Mar 2024 17:37:25 +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 51d0936..96b67be 100644 --- a/docs/submission.md +++ b/docs/submission.md @@ -52,7 +52,7 @@ Your project should follow the structure outlined in the starter kit. Here’s a └── _Dockerfile # Example Dockerfile for specifying runtime via Docker ``` -Remember, **your submission metadata JSON (`aicrowd.json`)** is crucial for mapping your submission to the challenge. Ensure it contains the correct `challenge_id`, `authors`, and other necessary information. To utilize GPUs, set the `"gpu": true` flag in your `aicrowd.json`. +Remember, **your submission metadata JSON (`aicrowd.json`)** is crucial for mapping your submission to the challenge. Ensure it contains the correct `challenge_id`, `authors`, and other necessary information. **To utilize GPUs, set the `"gpu": true` flag in your `aicrowd.json`.** ## Submitting to Different Tracks -- GitLab