-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change local filename of downloaded pre-built index #2406
Comments
@16BitNarwhal worked on this: #2412 |
@16BitNarwhal I don't think the issue has been fixed though... :( On master, I'm running:
I'm getting:
E.g., we're getting two copies of the index... (I've cleared the cache before I started...). |
Just sent a PR for the fix with details! |
Closed by #2413 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
~/.cache/pyserini/indexes/
, for pre-built indexes, we have:When Pyserini downloads it, the directory name gets postpended with the MD5 checksum; this doesn't happen with Anserini, so we end up downloading two copies of identical files.
@ArthurChen189 can we change the Anserini download name so it gets the MD5 checksum appended, to be consistent with Pyseirni?
The text was updated successfully, but these errors were encountered: