Accelergy-Project / micro22-sparseloop-artifact

MICRO22 artifact evaluation for Sparseloop
36 stars 0 forks source link

fatal: reference is not a tree: 1eb0fd0a62fea1f3df4580a1b6c7ae6238772fbb #1

Open zejiangp opened 1 year ago

zejiangp commented 1 year ago

Hi, I'm getting the following error while downloading the project with the command git clone --recurse-submodules git@github.com:Accelergy-Project/micro22-sparseloop-artifact.git

Cloning into 'src/timeloop'...
remote: Enumerating objects: 4246, done.
remote: Counting objects: 100% (1539/1539), done.
remote: Compressing objects: 100% (535/535), done.
remote: Total 4246 (delta 1268), reused 1116 (delta 995), pack-reused 2707
Receiving objects: 100% (4246/4246), 1.44 MiB | 0 bytes/s, done.
Resolving deltas: 100% (3030/3030), done.
Checking connectivity... done.
fatal: reference is not a tree: 1eb0fd0a62fea1f3df4580a1b6c7ae6238772fbb

...

Cloning into 'docker/timeloop-accelergy-pytorch'...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 74 (delta 31), reused 59 (delta 17), pack-reused 0
Receiving objects: 100% (74/74), 11.20 KiB | 0 bytes/s, done.
Resolving deltas: 100% (31/31), done.
Checking connectivity... done.
Submodule path 'docker/timeloop-accelergy-pytorch': checked out '244eef2fcf248c383476e013563834db49ba2ec0'
Failed to recurse into submodule path 'docker/accelergy-timeloop-infrastructure'

And the folder /docker/accelergy-timeloop-infrastructure/src/timeloop is empty. How can I resolve this? Do I need to download timeloop@1eb0fd separately?

nellie-wu commented 1 year ago

Thanks for pointing out the issue. I actually cannot reproduce the error. Timeloop source is at this fork: https://github.com/nellie-wu/timeloop Would you please try directly cloning the src into the timeloop folder?