Closed regro-cf-autotick-bot closed 3 months ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@conda-forge-admin , please re-render
@conda-forge-admin , please re-render
Think we will want this logic as well ( https://github.com/conda-forge/faiss-split-feedstock/pull/64/commits/c2edc96077222ab030a1e3b93e15e8db079be96e )
Edit: Done in commit ( https://github.com/conda-forge/faiss-split-feedstock/pull/70/commits/805825f24ecafd1d4906175441420ca52ecde960 ) below
@conda-forge-admin , please re-render
Hi! This is the friendly automated conda-forge-webservice.
I tried to rerender for you, but it looks like there was nothing to do.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/faiss-split-feedstock/actions/runs/7014307041.
It looks like TestClustering.test_ivf_train_2level
failed on the CPU only build. Not sure what is going on there
Punting on the arch builds where we are running into CI limits. Likely need to trim GPU architectures there. Had tried pushing on cross-compiling as an alternative in the past without much luck ( https://github.com/conda-forge/faiss-split-feedstock/pull/62 )
Something we can do (finally) is split off the AVX2 builds into separate jobs. It's on my backlog.
@conda-forge-admin , please re-render
@conda-forge-admin , please re-render
@conda-forge-admin , please re-render
@conda-forge-admin , please re-render
It looks like
TestClustering.test_ivf_train_2level
failed on the CPU only build. Not sure what is going on there
Looks like upstream relaxed the threshold of this test ( https://github.com/facebookresearch/faiss/pull/2927 ). Have added a patch doing the same
Punting on the arch builds where we are running into CI limits. Likely need to trim GPU architectures there. Had tried pushing on cross-compiling as an alternative in the past without much luck ( #62 )
Have disabled these above
On Windows CUDA 11.8, it appears the job hung waiting for input in the midst of running the tests
Are we running pytest
with pdb
enabled? If so, that might explain this behavior (and we should disable using pdb
in CI to fix this)
It looks like
TestClustering.test_ivf_train_2level
failed on the CPU only build. Not sure what is going on thereLooks like upstream relaxed the threshold of this test ( https://github.com/facebookresearch/faiss/pull/2927 ). Have added a patch doing the same
Appears that was not enough
> self.assertLess(ndiff, 51)
E AssertionError: 52 not less than 51
On Windows CUDA 11.8, it appears the job hung waiting for input in the midst of running the tests
Sorry think I misread. It looks like CUDA 11.2 jobs for Windows & Linux exceed the CI time limit ( 6hrs )
@conda-forge-admin , please re-render
JFYI we are planning to drop CUDA 11.2 support in conda-forge soon
Please see this announcement and this issue ( https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/5339 ) for more details
The smoothest upgrade path would be to add CUDA 11.8. IOW completing this migration PR
Please let us know if you have any questions on next steps
JFYI CUDA 11.2 is now officially dropped
@conda-forge-admin , please re-render
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe:
{{ stdlib("c") }}
as well. For further details, please see https://github.com/conda-forge/conda-forge.github.io/issues/2102.Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@conda-forge-admin , please re-render
This PR has been triggered in an effort to update cuda118.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6057259647, please use this URL for debugging.
Closes https://github.com/conda-forge/faiss-split-feedstock/pull/64