When I was running the AutoSchedule demo:
https://tvm.apache.org/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py
I met this bug: ImportError: cannot import name 'EarlyStopException' from 'xgboost.core'
My TVM version is 0.9 dev, and Xgboost version is 1.6.1
What is wrong with the AutoSchedule?