File size: 214 Bytes
74f2af5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | compute:
accelerator: gpu
gpu: 1
instance_type: a10g
environment:
python: "3.10"
setup:
- pip install -r requirements.txt
command:
- python scripts/run_full_pipeline.py --validate --train --evaluate
|