How to update the autotvm log of old version format to a newer version?

I’m trying quantized optimization in tvm and want to reproduce results in the repo (https://github.com/vinx13/tvm-cuda-int8-benchmark). However, the version of the log file in this repo is 1.0, which is not supported by the current tvm. Is there any way to update the autotvm log of old version format to a newer version?

Since the new format doesn’t include extra information, you can download the log and write a simple script to update the format.

cc @vinx13