Account for layout parser files that have disappeared#288
Conversation
|
Btw CI is also failing off main (with an extra space in the README): #289 |
|
More on CI: I tried changing some things a bit in #289 . Here's a summary of what I found:
Since we're seeing these errors with the code in main, I don't think the changes in this PR are causing them. So I think the question that's left is if we want to try and fix anything those tests are pointing at as part of this PR:
Thoughts? Details: Detailsbuild (3.8) jobAt first, we saw errors like pinning timm in lp_predictors seemed to get us past this. Then we saw errors like These look like the error we're seeing because of the missing dropbox files. So these should be failing. test_vila_predictors jobAt first we saw this pinning tmm in vila_predictors seemed to get us past this. Then we saw this This looks like the error we're seeing because of the missing dropbox files. So this should be failing. test_word_predictors jobAt first we saw errors like this: Updating which python version we use for this job (3.9 instead of 3.8) made this job start passing. Note: after a little more testing, found that pinning numpy (to 1.24.4, version from the surviving task) is also necessary. Otherwise (if we use python 3.9 but don't pin numpy) we see errors like: here too build (3.9) jobpinning numpy to 1.24.4 (from the surviving task) gets us past that pinning torch to what is in the surviving task (2.2.0) got us past these. Then there are two kinds of errors: These look like the error we're seeing because of the missing dropbox files. So these should be failing. Fixing this seems like a bigger issue. |
This PR adjusts the TIMO config for layout parser, to pull the files that layout parser used to find in dropbox from S3 instead.