> For the complete documentation index, see [llms.txt](https://docs.adialab.crunchdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adialab.crunchdao.com/requirements/resource-limit.md).

# Resource Limit

In order to be eligible for submission, the following conditions must be met:

#### Submission Phase

* Your code needs to cover all the period in the private leaderboard under 5 hours
* CPU **or** GPU ≤ 20 hours runtime to cover the public testset *(32 dates)* with a 2.5% tolerance
* CPU RAM ≤ 64Gb
* GPU RAM ≤ 120Gb
* Runtime quota reset every week (on Tuesday at 3:00 PM UTC)

#### Out-of-Sample Phase

* Your code needs to cover 1-time cross-section in under 16 hours.
* CPU **or** GPU ≤ 23 hours runtime to cover the OOS testset *(36 dates)* with a 5% tolerance
* CPU RAM ≤ 64Gb
* GPU RAM ≤ 120Gb

{% hint style="info" %}
You can control your resource consumption under [**my submission**](https://adialab.crunchdao.com/project) tab.
{% endhint %}

<figure><img src="/files/QzV0g60rcmTV02CEEFQb" alt=""><figcaption><p>Your current cloud usage</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adialab.crunchdao.com/requirements/resource-limit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
