[AutoScheduler] How to skip tasks already tuned?

I’m using auto_scheduler to tune models.

For example, I extract 18 tasks, and I tuned for 3 tasks but stopped for some reason.

When I restarted the tuner, how to avoid tuning from the start? I want to skip the 3 tasks.

Thank you!