Replies: 2 comments
-
Is it causing an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, no it isn't. And now when I run things in debug mode I see that it doesn't take that long. I was just wondering why it was done twice. No big deal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks to me like the checkpoint is being loaded multiple times (an expensive operation) when indexing data. Calls to ColBERTConfig.load_from_checkpoint are made on line 23 of colbert/indexer and line 23 of colbert/modeling/base_colbert. Is there a reason for this. Am I missing something?
Marc
Beta Was this translation helpful? Give feedback.
All reactions