Hi, authors. Thank you for Codescout, which is a wonderful work. After reading your code, it seems like you clone the repository in SWE-smith during training, and a repo is deleted once the current step finishes? I wonder if this process significantly slows the training process down. Do you think pre-downloading all repos is possible? If the current logic is reserved, what is the time consumed for this online cloning process?
I wonder, perhaps you can use some tricks to reduce this cost? For instance, can you clone the repos used for step 11 in the updating process of step 10?
Looking forward to your response~
Hi, authors. Thank you for Codescout, which is a wonderful work. After reading your code, it seems like you clone the repository in SWE-smith during training, and a repo is deleted once the current step finishes? I wonder if this process significantly slows the training process down. Do you think pre-downloading all repos is possible? If the current logic is reserved, what is the time consumed for this online cloning process?
I wonder, perhaps you can use some tricks to reduce this cost? For instance, can you clone the repos used for step 11 in the updating process of step 10?
Looking forward to your response~