diff --git a/docs/submission.md b/docs/submission.md index 51d0936a2afbf1ccb40ad01822a99e8cb20367f4..96b67be35f28a0ee4e56b4e1dcb1b95a21d816f9 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