Example result Fabricated demonstration data is shown on the leaderboard. No benchmark runs were performed.

Your first passing run, step by step.

The starter kit is a complete, known-correct submission: an optional environment Dockerfile plus a small example program that runs the official EVA‑02‑L checkpoint with the exact reference settings. It exists to take every mystery out of your first run, from build and upload to score and pass, so that from your second run on, the only question left is speed. It is deliberately slow, and every part of it may be replaced.

Check the window before you upload. Official submissions are accepted from 2026-08-10 00:00:00+09:00 (inclusive) to 2026-08-31 18:00:00+09:00 (exclusive); an upload outside the window is rejected without consuming an attempt. Environments may be built before the window opens, but no new environment is accepted once it closes. Inside the window you have 2 official attempts per Asia/Seoul calendar day, and an attempt is charged the moment an upload is accepted.

One submission, two uploads

1. Build the environment

Sign in and open New environment. The form comes pre-filled with this checked-in starter Dockerfile; give it a name such as EVA-02 FP32 starter and queue the build:

# Optional known-correct ARM64 starter: Python 3.12, PyTorch 2.13.0+cu130,
# torchvision 0.28.0, Pillow, safetensors, and timm. You may replace the FROM line
# with any permitted ARM64 image if another stack suits you better.
FROM imagenet-contest-base:cu130-torch213

# build.sh must create an executable that the judge invokes as:
#   /submission/run MANIFEST IMAGE_ROOT OUTPUT
# Nothing in this starter is attested. Other images must provide /bin/sh, and
# their GPU software must be compatible with the host NVIDIA driver.
#
# Build limits: public internet only; no ADD; external stages only from
# docker.io, ghcr.io, or nvcr.io; final environment image at most 16 GiB.
# See the Rules & ABI page for the complete policy.

2. Download the source archive

Download eva02-python.zip

Verify your download’s SHA-256:

2dffc1dbd158cd2e523fb7c2e68dc28fccb70c733c237202ebf59451d75b9e20

3. Submit it

4. Watch the clock

Rehearse before you spend an attempt

Open the practice tab

Now make it faster

Or ignore all of it