ScoreVision52-submit2 / config.yml
reneeice's picture
Add files using upload-large-folder tool
df284d0 verified
Raw
History Blame Contribute Delete
575 Bytes
Image:
from_base: parachutes/python:3.12
run_command:
- pip install --upgrade setuptools wheel
- pip install ultralytics==8.3.222 torch==2.9.0 opencv-python-headless numpy pydantic
set_workdir: /app
NodeSelector:
gpu_count: 1
min_vram_gb_per_gpu: 18 # Slightly higher for aggressive multi-scale
exclude:
- "5090"
- b200
- h200
- mi300x
Chute:
timeout_seconds: 350 # Slightly higher timeout for aggressive processing
concurrency: 3 # Lower concurrency to handle more intensive processing
max_instances: 4
scaling_threshold: 0.6