Skip to content

Segmentation CI Hacks #61

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

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Segmentation CI Hacks #61

merged 2 commits into from
Jun 24, 2024

Conversation

alex-jw-brooks
Copy link
Collaborator

@alex-jw-brooks alex-jw-brooks commented Jun 24, 2024

the vit segmentation dependencies are causing some problems, primarily because:

  • Detectron2 requires torch to be installed before it can be installed
  • Detectron2 is installed from Github

This is a bit time sensitive, as we should cut the release for SDXL and need to have tests working - for now, I am disabling the tests for the segmentation model, which is not being used in production at the moment, and removing the dependencies so that tests can run. The model can still be imported directly to be leveraged if needed - I will make a more permanent fix once SDXL is out in a preliminary release tag.

Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
@alex-jw-brooks alex-jw-brooks changed the title Hack - add torch to setup reqs Segmentation CI Hacks Jun 24, 2024
@alex-jw-brooks alex-jw-brooks merged commit 77cfede into main Jun 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant