microsoft / MSMARCO-Passage-Ranking-Submissions

Submission archive for the MS MARCO passage ranking leaderboard
https://microsoft.github.io/MSMARCO-Passage-Ranking-Submissions/leaderboard
MIT License
12 stars 30 forks source link

Question about uploading yyyymmdd.tar.enc #10

Closed yiyaxiaozhi closed 3 years ago

yiyaxiaozhi commented 3 years ago

After I run the pack.sh, yyyymmdd.tar.enc file was generated and it has 78MB. It is not allowed to upload this file directly on the GitHub "add file " button since its size is over 25MB. And I try to use the git lfs tool and finally get the information about "git lfs does not support pushing the file to public fork". How do I push the *.tar.enc to the MSMARCO-Passage-Ranking-Submissions fork?

msmarco-bot commented 3 years ago

Have you tried adding files from the command line? E.g., fork the repo, add files from command line locally, push, and then send PR against this repo?

yiyaxiaozhi commented 3 years ago

I forked it again and added the files in the command way, it works!