from bypy import ByPy bp = ByPy( configdir="./bypy_config", downloader="aria2", retry=10, ) print("=============== files under /app/ ===============") bp.list() print("=============== start downloading ===============") bp.download( remotepath="condition_classinput_vittiny/checkpoint_test", localpath="./checkpoint_test", ) bp.download( remotepath="condition_classinput_vittiny/checkpoint_train", localpath="./checkpoint_train", )